added inputrc, fixed path
authorYi Qiang <yqiang@gmail.com>
Wed Oct 29 22:09:19 2008 -0700 (2 months ago)
changeset 50e3811b4e7f4c
parent 4982ad70782733
child 515a7c27e114af
child 5298ca63c5cf70
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 paths
if [ -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:$PATH
fi
# 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