all repos — dotfiles @ 915905e930fac2d4bb1dcee028d55da858f91c44

my *nix dotfiles

enable keyring for apps in term
icyphox icyph0x@protonmail.com
Sat, 20 Jan 2018 16:12:47 +0530
commit

915905e930fac2d4bb1dcee028d55da858f91c44

parent

7444f50cb333e7df3c9882744aef42c40d35ea9f

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M zsh/.zshrczsh/.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