From 7a63471603f164b040848dd6db4df93eac1bafa7 Mon Sep 17 00:00:00 2001 From: Job79 Date: Tue, 24 Sep 2024 19:24:59 +0200 Subject: [PATCH] chore: switch to rosepine themed PS1 --- config/user/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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