Set PS1 prompt for shells, update tmux themes and status line
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user