From 8243f3bacddab171f3927ada4a9c472710011435 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Tue, 30 Nov 2021 12:34:11 +0100 Subject: [PATCH] fzf enabled, mcfly disabled --- .zshrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.zshrc b/.zshrc index 198d139..4f52c8a 100644 --- a/.zshrc +++ b/.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)"