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