Set prompt for shell.
--- a/.bashrc Sun Aug 14 22:18:39 2011 +0300
+++ b/.bashrc Sun Aug 14 22:25:13 2011 +0300
@@ -11,8 +11,6 @@
# Note debian/ubuntu users should install the ncurses-term package to support this
# export TERM=xterm-256color
-# XXX highlight $HOST:$PWD prompt
-# PS1='\[\e[1m\]\h:\w\$\[\e[0m\] '
PS1='bash# '
# Easy cd to often used dirs.
--- a/.zshrc Sun Aug 14 22:18:39 2011 +0300
+++ b/.zshrc Sun Aug 14 22:25:13 2011 +0300
@@ -1,6 +1,8 @@
EDITOR=vim
+PS1='zsh# '
+
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000