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

@@ -8,6 +8,9 @@ export PATH=$PATH:/opt/homebrew/opt/ccache/libexec:/opt/homebrew/bin
# set env vars specific to this box, if any
[[ -a $HOME/.local-box-vars ]] && . $HOME/.local-box-vars
# prompt settings
export PS1="\u@\h \W \\$ "
# shortcuts for common commands
alias 3e='echo;echo;echo'
alias 12e='3e;3e;3e;3e'