update dotfiles

This commit is contained in:
2022-12-23 23:18:24 +01:00
parent 02441b4ec5
commit 8d98ba4db5
3 changed files with 21 additions and 3 deletions

2
.zshrc
View File

@@ -16,7 +16,7 @@ if [ -d $ZSH ]; then
fi
# Personal prompt
export PROMPT="%F{yellow}[ %F{green}%B%n%F{yellow}@%F{cyan}%m %F{blue}%~%b %F{yellow}] %(!.%F{red}.%F{yellow})%B#%b%f "
export PROMPT="%F{yellow}[ %F{green}%B%n%F{yellow}@%F{cyan}%m %F{blue}%~%b %F{yellow}] %(!.%F{red}.%F{yellow})%B$%b%f "
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH