summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2021-10-25 16:19:05 +0300
committerYigit Sever2021-10-25 16:19:05 +0300
commite18e9407250906c8614c6fa6ca1ce4342b791375 (patch)
tree3c4775406e4b39963b0362df7e0831243c16f765 /.zshrc
parent98991063b92e30b6ee1eccc9766c985120d11849 (diff)
downloaddotfiles-e18e9407250906c8614c6fa6ca1ce4342b791375.tar.gz
dotfiles-e18e9407250906c8614c6fa6ca1ce4342b791375.tar.bz2
dotfiles-e18e9407250906c8614c6fa6ca1ce4342b791375.zip
zsh: remove gnome-keyring-daemon
diffstat (limited to '.zshrc')
-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