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