From: Simon Ruderich Date: Thu, 2 Oct 2008 12:22:06 +0000 (+0200) Subject: Added prompt for bash. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=743a0b65ff1e1c4d1b6701fcdd5e57048f5c47f9;p=config%2Fdotfiles.git Added prompt for bash. --- diff --git a/bash/rc b/bash/rc index cafc77f..9f84fc7 100644 --- a/bash/rc +++ b/bash/rc @@ -17,6 +17,9 @@ fi # global env.local. source_config ~/.shell "" env $host +# Set the prompt; hostname and current working directory are displayed. +PS1="\h:\w \$ " + # Use Vi(m) style in bash. set -o vi