Mercurial > index.cgi > dotfiles
annotate .bash_logout @ 87:a835f8c36e93
Fixed PS1 & vimdiff
* PS1 had nonprintable characters in it, but bash didn't know that; so it
wrapped in all the wrong places.
* vimdiff was using different window placements than kdiff would use, leading
to much confusion. This way feels nicer, leaving the "good" output file at
the bottom.
| author | Steve Huston <huston@astro.princeton.edu> |
|---|---|
| date | Wed, 01 May 2013 14:08:33 -0400 |
| parents | ca6c77fe843b |
| children | 6e7913283c7a |
| rev | line source |
|---|---|
|
19
f65964738bab
Added Id tag to files, and svn propset svn:keywords as appropriate
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
0
diff
changeset
|
1 # $Id$ |
|
f65964738bab
Added Id tag to files, and svn propset svn:keywords as appropriate
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
0
diff
changeset
|
2 # |
| 0 | 3 #if [ "$SSH_AGENT_PID" -a "$SHLVL" = "1" ] ; then |
|
30
ca6c77fe843b
* Whitespace (ugh)
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
19
diff
changeset
|
4 # eval `/usr/bin/ssh-agent -k` |
| 0 | 5 #fi |
