]> arthur.barton.de Git - ax-zsh.git/blob - plugins/ssh-pageant/ssh-pageant.zshrc
buku: Don't set "--tacit" in "b" alias
[ax-zsh.git] / plugins / ssh-pageant / ssh-pageant.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # ssh-pageant.zshrc: Setup ssh-pageant
3
4 # Make sure that "ssh-pageant(1)" is installed.
5 (( $+commands[ssh-pageant] )) || return
6
7 # Start up agent, reuse existing socket.
8 eval $(/usr/bin/ssh-pageant -q -r -a /var/run/pageant-$LOGNAME.sock)