diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-21 13:28:23 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-21 13:28:33 +0100 |
commit | 04dce7bcd6d2ec8928a5ec70973cd5fee41aa295 (patch) | |
tree | 90e336d0ef2385c410fbbc161873fee1c73ee33d /.bashrc | |
parent | 13e77a6da6361ecf185ef46fe09b16115a77aea0 (diff) |
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ prompt_color() { case "$1" in snail) c=8 ;; ubq323.website) c=92 ;; - joe) c=125 ;; + joe|walter) c=125 ;; woman) c=136 ;; *) c=72 ;; esac |