Mercurial > hg > config
changeset 874:ee3bcd644727
remove obsolete elements
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 07 May 2019 13:22:43 -0700 |
parents | 9f85111f3dee |
children | 297cb56a2360 |
files | .bashrc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Tue May 07 10:40:28 2019 -0700 +++ b/.bashrc Tue May 07 13:22:43 2019 -0700 @@ -62,7 +62,7 @@ PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' # PATHs -export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv +export PATH=~/firefox:~/bin:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv export PYTHONPATH=~/python:$PYTHONPATH # clipboard @@ -628,7 +628,7 @@ fi ### add ssh keys -if which ssh-add +if which ssh-add &> /dev/null then if [ -e "${HOME}/.ssh/k0s_rsa" ] then