.profile: Remove ZSH PS1

This commit is contained in:
Salt 2018-08-23 12:01:20 -05:00
parent f4dd3e2bb3
commit c7b6061c76

View File

@ -112,7 +112,5 @@ _ps1() {
if ! [ "$ZSH_NAME" ]; then
# I've got a different ZSH theme
export PS1='`_ps1`'
else
export PS1='$(_ps1)'
fi