Mercurial > index.cgi > dotfiles
comparison .bash_profile @ 61:d59d16a55494
* Added test to dotfile check which aborts if no keys loaded
* Added .screenrc.pbstops for pbstop screen session
* Aliases for cses13, 't cses13' and 'tops'
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Mon, 09 Jul 2012 16:57:42 +0000 |
parents | f59f847377d7 |
children | 1660b93d4220 |
comparison
equal
deleted
inserted
replaced
60:c27db9abf42c | 61:d59d16a55494 |
---|---|
42 echo | 42 echo |
43 touch $HOME/.dotfilets | 43 touch $HOME/.dotfilets |
44 ;; | 44 ;; |
45 | 45 |
46 *) | 46 *) |
47 echo , running a status test. | 47 if ssh-add -l > /dev/null 2>&1 ; then |
48 svn st -u && touch $HOME/.dotfilets & | 48 echo , running a status test. |
49 disown %+ | 49 svn st -u && touch $HOME/.dotfilets & |
50 disown %+ | |
51 else | |
52 echo , but no keys loaded yet - add SSH keys and retrigger test. | |
53 fi | |
50 esac | 54 esac |
51 } | 55 } |