diff options
author | Yigit Sever | 2021-10-25 16:19:05 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-25 16:19:05 +0300 |
commit | e18e9407250906c8614c6fa6ca1ce4342b791375 (patch) | |
tree | 3c4775406e4b39963b0362df7e0831243c16f765 | |
parent | 98991063b92e30b6ee1eccc9766c985120d11849 (diff) | |
download | dotfiles-e18e9407250906c8614c6fa6ca1ce4342b791375.tar.gz dotfiles-e18e9407250906c8614c6fa6ca1ce4342b791375.tar.bz2 dotfiles-e18e9407250906c8614c6fa6ca1ce4342b791375.zip |
zsh: remove gnome-keyring-daemon
-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 | ||