Make prompt simple again

This commit is contained in:
Anthony Rose 2019-11-19 12:58:36 +00:00
parent 6a7c6029c6
commit 6be135ccb6

View file

@ -26,13 +26,8 @@ export TIME_STYLE="long-iso"
# Other exports. # Other exports.
export EDITOR=vi export EDITOR=vi
export PYTHONWARNINGS="ignore::UserWarning"
if [ "$SHELL" = "/bin/sh" ]; then
export PS1='\$ ' export PS1='\$ '
else export PYTHONWARNINGS="ignore::UserWarning"
export PS1='${SSH_TTY:+[ssh:$(id -un)@$(hostname -s)]}\$ '
fi
if [ "$BASH" ]; then if [ "$BASH" ]; then
shopt -s histappend shopt -s histappend