Modify PS1 in .bashrc

This commit is contained in:
seajee
2024-12-21 13:36:38 +01:00
parent ae0ecce6ff
commit 09d3078672

View File

@@ -20,10 +20,12 @@ alias yt-mp4='yt-dlp --format "bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]"'
# Environment variables # Environment variables
export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.local/bin"
# Theme
BLUE="\[\e[0;34m\]" BLUE="\[\e[0;34m\]"
RED="\[\e[0;91m\]"
RESET="\[\e[0m\]" RESET="\[\e[0m\]"
PS1="$BLUEλ \W $ $RESET" PS1="\u@$RED\h$RESET \w \$$RESET "
# Setup zoxide # Setup zoxide
eval "$(zoxide init --cmd cd bash)" eval "$(zoxide init --cmd cd bash)"