diff options
author | Case Duckworth | 2024-06-13 21:50:15 -0500 |
---|---|---|
committer | Case Duckworth | 2024-06-13 21:50:15 -0500 |
commit | 7681c14e3c61a4864e14e426f338995df3bea27b (patch) | |
tree | 5dbdf94be94c27d3720c7ea7e22fded580a5c203 /shrc | |
parent | Emacs! (diff) | |
download | dots-7681c14e3c61a4864e14e426f338995df3bea27b.tar.gz dots-7681c14e3c61a4864e14e426f338995df3bea27b.zip |
Uh changes?
Diffstat (limited to 'shrc')
-rw-r--r-- | shrc | 7 |
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 | ;; | ||
30 | esac | 31 | esac |
31 | 32 | ||
32 | # Aliases | 33 | # Aliases |