diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-04 20:10:06 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-04 20:10:06 +0100 |
commit | 780c5f05d8db22b2827a754c9a9afb255c5472c0 (patch) | |
tree | 1757ee24c56343f7863573f1ba5c748cfb029ab7 /bashrc | |
parent | 2d3e521a3c9acb82ac26bab12c0f90621a3c00f6 (diff) |
update bashrc
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |