diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-30 15:42:58 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-30 15:42:58 +0100 |
commit | 2dfae1a24a2dd780fbddbfdaf995696a4a97eee7 (patch) | |
tree | fc785373b2c0bb66915ebcd98368268b822f5d7a /bashrc | |
parent | 68c3ab42da6614d14e687fc5339c3188a234e7b4 (diff) |
Fixes PS1 variable
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ fi # export PS1='bash-\v-\u@\h \W\$ ' # export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] ' -export PS1='\[\033[01;32m\]$\u@\h:\w\$\[\033[0m\] ' +export PS1='\[\033[01;32m\]\u@\h:\w\$\[\033[0m\] ' # vi mode #set -o vi |