Set PS1 prompt for shells, update tmux themes and status line

This commit is contained in:
2025-11-16 14:35:50 -06:00
parent e5195542ef
commit 99a3f1aba0
8 changed files with 11 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
[ -r "$HOME/.config/profile" ] && . "$HOME/.config/profile"
[ -r "$XDG_CONFIG_HOME/rc" ] && . "$XDG_CONFIG_HOME/rc"
# overwrite PS1 here, since zsh decided to use different special chars
export PS1="%n@%m ${PWD##*/} %# "