fzf enabled, mcfly disabled
This commit is contained in:
parent
66d070acda
commit
8243f3bacd
1 changed files with 7 additions and 5 deletions
12
.zshrc
12
.zshrc
|
@ -133,6 +133,8 @@ plugins=(
|
|||
pylint
|
||||
kate
|
||||
sudo
|
||||
web-search
|
||||
fzf
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
@ -221,9 +223,9 @@ alias geossh="sshuttle --dns -r ssh -x 192.189.78.0/23 -x 192.168.178.0/23 -x 12
|
|||
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"
|
||||
|
||||
## 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)"
|
||||
#export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||
#export MCFLY_FUZZY=2
|
||||
#export MCFLY_RESULTS=50
|
||||
#export MCFLY_KEY_SCHEME=vim
|
||||
#eval "$(mcfly init zsh)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue