fix McFly Settings

This commit is contained in:
Elmar Sönser 2021-11-29 12:49:54 +01:00
parent 8b213b777d
commit c24d1098d9

5
.zshrc
View file

@ -215,8 +215,11 @@ alias civplay="rm -f ~/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civili
## sshuttle to ssh.geo (root all traffic but local and ssh.geo itself)
alias geossh="sshuttle --dns -r ssh -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 0/0"
alias geoes="sshuttle --dns -r es -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 -x 128.131.72.92 -x 128.131.72.55 0/0"
eval "$(mcfly init zsh)"
## McFly Reverse Search
export MCFLY_INTERFACE_VIEW=BOTTOM
export MCFLY_FUZZY=2
export MCFLY_RESULTS=50
export MCFLY_KEY_SCHEME=vim
eval "$(mcfly init zsh)"