fix McFly Settings
This commit is contained in:
parent
8b213b777d
commit
c24d1098d9
1 changed files with 4 additions and 1 deletions
5
.zshrc
5
.zshrc
|
@ -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)
|
## 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 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"
|
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_INTERFACE_VIEW=BOTTOM
|
||||||
export MCFLY_FUZZY=2
|
export MCFLY_FUZZY=2
|
||||||
export MCFLY_RESULTS=50
|
export MCFLY_RESULTS=50
|
||||||
|
export MCFLY_KEY_SCHEME=vim
|
||||||
|
eval "$(mcfly init zsh)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue