aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-04-04 20:10:06 +0100
committerMatthew Lemon <y@yulqen.org>2023-04-04 20:10:06 +0100
commit780c5f05d8db22b2827a754c9a9afb255c5472c0 (patch)
tree1757ee24c56343f7863573f1ba5c748cfb029ab7 /bashrc
parent2d3e521a3c9acb82ac26bab12c0f90621a3c00f6 (diff)
update bashrc
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index fdec5f8..48772ca 100644
--- a/bashrc
+++ b/bashrc
@@ -4,6 +4,9 @@ complete -cf sudo man which
# reduce history size
export HISTCONTROL=ignoreboth
+# export PS1='bash-\v-\u@\h \W\$ '
+export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] '
+
# vi mode
#set -o vi
@@ -130,4 +133,4 @@ append_to_masterlist() {
}
# Colors for ls - yellow directories
-export LS_COLORS="$LS_COLORS:di=1;33"
+# export LS_COLORS="$LS_COLORS:di=1;33"