merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 28 Oct 2011 01:52:41 +0300
changeset 246 1622a1ee71fc
parent 245 aefd2167af31 (diff)
parent 242 a13e9cd16022 (current diff)
child 247 d8e5862d3991
merged
.bashrc
--- a/.bashrc	Wed Oct 26 11:50:18 2011 +0300
+++ b/.bashrc	Fri Oct 28 01:52:41 2011 +0300
@@ -14,7 +14,9 @@
 PS1='bash# '
 # Set magenta bold font.
 case "$TERM" in
-  xterm*) PS1='\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]'
+  xterm*)
+    PS1='\[\033[31m\033[1m\]\h\[\033[35m\]+bash# \[\033[0m\]'
+    PS2='\[\033[32m\]> \[\033[0m\]'
   ;;
 esac
 
--- a/.zshrc	Wed Oct 26 11:50:18 2011 +0300
+++ b/.zshrc	Fri Oct 28 01:52:41 2011 +0300
@@ -28,3 +28,12 @@
 # Emacs like editing.
 bindkey -e
 
+bindkey "^[[A" history-search-backward
+bindkey "^[[B" history-search-forward
+
+autoload -U compinit
+compinit
+
+# autoload -U promptinit
+# promptinit
+# prompt walters