fzf enabled, mcfly disabled

This commit is contained in:
Elmar Sönser 2021-11-30 12:34:11 +01:00
parent 66d070acda
commit 8243f3bacd

12
.zshrc
View file

@ -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)"