From ceb2e2594c46623edc5b37c40d6420d3af4e0de6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sat, 17 Aug 2013 22:25:46 +0200 Subject: bash/bashrc: prompt qirks --- bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index f1fd127..6521beb 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -21,9 +21,9 @@ ncolors=$(tput colors) if [ -n "$ncolors" ] && [ $ncolors -ge 8 ]; then # color support - export PS1="\[\033[1;36m\]\u@\h\[\033[0m\] \[\033[1;35m\]\w\[\033[0m\] \[\033[1;34m\]\$\[\033[0m\] " + export PS1="\[\033[1;36m\]\u@\h\[\033[0m\] \[\033[1;35m\]\${PWD}\[\033[0m\] \[\033[1;34m\]\\\$\[\033[0m\] " else - export PS1="\u@\h \w \$ " + export PS1="\u@\h \${PWD} \\\$ " fi alias tmux='t' -- cgit v1.2.3-1-g7c22