about summary refs log tree commit diff stats
path: root/shrc
diff options
context:
space:
mode:
Diffstat (limited to 'shrc')
-rw-r--r--shrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/shrc b/shrc index 8e70784..135b216 100644 --- a/shrc +++ b/shrc
@@ -24,9 +24,10 @@ case "$0" in
24 PS1+=$'\1\e[34m\1$(pwd_tilde)\1\e[0m\1 ' 24 PS1+=$'\1\e[34m\1$(pwd_tilde)\1\e[0m\1 '
25 PS1+=$'$ ' 25 PS1+=$'$ '
26 ;; 26 ;;
27 *bash) PS1='$(ecdollar)\$ \[\e[4m\]\w\[\e[0m\] > ' 27 *bash)
28 PS1='\[\e[1m\]($(ecdollar) \w )\[\e[0m\] ' 28 #PS1='$(ecdollar)\$ \[\e[4m\]\w\[\e[0m\] > '
29 ;; 29 PS1='\[\e[1m\]($(ecdollar) \w )\[\e[0m\] '
30 ;;
30esac 31esac
31 32
32# Aliases 33# Aliases