Add vars and logic for home-dir clean-up, minor obsidian changes
This commit is contained in:
@@ -1,5 +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##*/} %# "
|
||||
# overwrite PS1 here, since zsh to use different special chars
|
||||
export PS1="%n@%m %1~ %# "
|
||||
|
||||
Reference in New Issue
Block a user