X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/blobdiff_plain/eaf98d0e8bbdac6425c8d8cca46c7d66012556c4..7032c200628873fc51b8b16330e9b36f960a454d:/bash/.bashrc diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..0aa3228 --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,12 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + +export GPG_TTY=$(tty) +gpg-connect-agent updatestartuptty /bye >/dev/null