From 743a0b65ff1e1c4d1b6701fcdd5e57048f5c47f9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 2 Oct 2008 14:22:06 +0200 Subject: [PATCH] Added prompt for bash. --- bash/rc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.1