chore: switch to rosepine themed PS1

This commit is contained in:
Job 2024-09-24 19:24:59 +02:00
parent 9a20313beb
commit 7a63471603
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -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