summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 60ff2c1..edc5129 100644
--- a/.zshrc
+++ b/.zshrc
@@ -187,11 +187,6 @@ export NNN_FCOLORS='c1e2272e006033f7c6d6abc4'
187export NNN_PLUG='d:dragdrop;f:fzcd;h:fzhist;o:fzopen;l:launch;y:x2sel' 187export NNN_PLUG='d:dragdrop;f:fzcd;h:fzhist;o:fzopen;l:launch;y:x2sel'
188export NNN_TRASH=1 188export NNN_TRASH=1
189 189
190if [ -n "$DESKTOP_SESSION" ];then
191 eval $(gnome-keyring-daemon --start)
192 export SSH_AUTH_SOCK
193fi
194
195[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 190[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
196export FZF_DEFAULT_OPTS="--height=40% --layout=reverse --info=inline --border" 191export FZF_DEFAULT_OPTS="--height=40% --layout=reverse --info=inline --border"
197 192