enable keyring for apps in term
icyphox icyph0x@protonmail.com
Sat, 20 Jan 2018 16:12:47 +0530
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -35,3 +35,9 @@ bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + +# gnome-keyring thing +if [ -n "$DESKTOP_SESSION" ];then + eval $(gnome-keyring-daemon --start) + export SSH_AUTH_SOCK +fi