diff --git a/config/user/bashrc b/config/user/bashrc index b91814a..5119254 100644 --- a/config/user/bashrc +++ b/config/user/bashrc @@ -5,7 +5,7 @@ export EDITOR=nvim \ WAYLAND_DISPLAY=wayland-0 \ XDG_RUNTIME_DIR=/run/user/1000 \ SSH_AUTH_SOCK=/run/user/1000/ssh-auth-sock \ - PS1='\[\e[97;42m\] container | \w \[\e[49;32m\]\[\e[m\] ' + PS1='\[\e[30;46m\] container | \w \[\e[0;36m\]\[\e[m\] ' # === aliases and functions === alias vi=nvim