# HG changeset patch # User Oleksandr Gavenko # Date 1319755961 -10800 # Node ID 1622a1ee71fc0adc5500d624fce80ce333617b21 # Parent aefd2167af3142f05d6e6cff1ebe8fe33c833b0c# Parent a13e9cd160223ba2bdc816c53212dde9b10b95fc merged diff -r a13e9cd16022 -r 1622a1ee71fc .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 diff -r a13e9cd16022 -r 1622a1ee71fc .zshrc --- 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