Mercurial > hg > config
comparison .bashrc @ 874:ee3bcd644727
remove obsolete elements
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 07 May 2019 13:22:43 -0700 |
parents | ff31f0975d71 |
children | 297cb56a2360 |
comparison
equal
deleted
inserted
replaced
873:9f85111f3dee | 874:ee3bcd644727 |
---|---|
60 PS1='# ' | 60 PS1='# ' |
61 PS2='. ' | 61 PS2='. ' |
62 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' | 62 PROMPT_COMMAND='echo -ne "\033]0;${SSH_CLIENT/*/$HOSTNAME:}${PWD/~/~}\007"' |
63 | 63 |
64 # PATHs | 64 # PATHs |
65 export PATH=~/firefox:~/bin:~/bin/mozilla:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv | 65 export PATH=~/firefox:~/bin:~/python:$PATH:/usr/sbin:/usr/games/bin:~/virtualenv |
66 export PYTHONPATH=~/python:$PYTHONPATH | 66 export PYTHONPATH=~/python:$PYTHONPATH |
67 | 67 |
68 # clipboard | 68 # clipboard |
69 if which xclip &> /dev/null | 69 if which xclip &> /dev/null |
70 then | 70 then |
626 then | 626 then |
627 . "${LOCAL_BASHRC}" | 627 . "${LOCAL_BASHRC}" |
628 fi | 628 fi |
629 | 629 |
630 ### add ssh keys | 630 ### add ssh keys |
631 if which ssh-add | 631 if which ssh-add &> /dev/null |
632 then | 632 then |
633 if [ -e "${HOME}/.ssh/k0s_rsa" ] | 633 if [ -e "${HOME}/.ssh/k0s_rsa" ] |
634 then | 634 then |
635 ssh-add "${HOME}/.ssh/k0s_rsa" | 635 ssh-add "${HOME}/.ssh/k0s_rsa" |
636 fi | 636 fi |