aboutsummaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc10
1 files changed, 1 insertions, 9 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 0f2ae54..373d83a 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -9,12 +9,10 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-#export KEYTIMEOUT=1
-#export KEYTIMEOUT=25
if [[ -n "$SSH_CLIENT" ]]; then
export KEYTIMEOUT=1
else
- export KEYTIMEOUT=10
+ export KEYTIMEOUT=15
fi
########## Vi mode ##########
@@ -308,12 +306,6 @@ if type rg &> /dev/null; then
export FZF_DEFAULT_OPTS='-m --height 50% --border'
fi
-# Setup fzf
-# ---------
-if [[ ! "$PATH" == */root/.local/share/nvim/plugged/fzf/bin* ]]; then
- export PATH="${PATH:+${PATH}:}/root/.local/share/nvim/plugged/fzf/bin"
-fi
-
# wget does not support environment variables
alias wget=wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"