aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-30 15:42:58 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-30 15:42:58 +0100
commit2dfae1a24a2dd780fbddbfdaf995696a4a97eee7 (patch)
treefc785373b2c0bb66915ebcd98368268b822f5d7a /bashrc
parent68c3ab42da6614d14e687fc5339c3188a234e7b4 (diff)
Fixes PS1 variable
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 2a3fe0e..de9c986 100644
--- a/bashrc
+++ b/bashrc
@@ -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