Yi's configuration files / changeset
| author | Yi Qiang <yqiang@gmail.com> |
| Wed Oct 29 22:09:19 2008 -0700 (2 months ago) | |
| changeset 50 | e3811b4e7f4c |
| parent 49 | 82ad70782733 |
| child 51 | 5a7c27e114af |
| child 52 | 98ca63c5cf70 |
added inputrc, fixed path
--- a/bashrc Tue Oct 28 17:13:10 2008 -0700+++ b/bashrc Wed Oct 29 22:09:19 2008 -0700@@ -17,7 +17,7 @@ PS2="> "# custom pathsif [ -e $HOME/.serial_number ]; then- export PATH=$HOME/Scripts/:/opt/local/bin:/opt/local/sbin:$PATH+ export PATH=$HOME/local/bin/:/opt/local/bin:/opt/local/sbin:$PATHfi# LC_CTYPE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/inputrc Wed Oct 29 22:09:19 2008 -0700@@ -0,0 +1,2 @@+"\e[A": history-search-backward+"\e[B": history-search-forward
