Use gpg-agent for ssh too.
[Dotty.git] / bash / .bashrc
1 #
2 # ~/.bashrc
3 #
5 # If not running interactively, don't do anything
6 [[ $- != *i* ]] && return
8 alias ls='ls --color=auto'
9 PS1='[\u@\h \W]\$ '
11 export GPG_TTY=$(tty)
12 gpg-connect-agent updatestartuptty /bye >/dev/null