Make prompt simple again
This commit is contained in:
parent
6a7c6029c6
commit
6be135ccb6
1 changed files with 1 additions and 6 deletions
|
@ -26,14 +26,9 @@ export TIME_STYLE="long-iso"
|
||||||
|
|
||||||
# Other exports.
|
# Other exports.
|
||||||
export EDITOR=vi
|
export EDITOR=vi
|
||||||
|
export PS1='\$ '
|
||||||
export PYTHONWARNINGS="ignore::UserWarning"
|
export PYTHONWARNINGS="ignore::UserWarning"
|
||||||
|
|
||||||
if [ "$SHELL" = "/bin/sh" ]; then
|
|
||||||
export PS1='\$ '
|
|
||||||
else
|
|
||||||
export PS1='${SSH_TTY:+[ssh:$(id -un)@$(hostname -s)]}\$ '
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$BASH" ]; then
|
if [ "$BASH" ]; then
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
bind '"\e[1;5C": forward-word'
|
bind '"\e[1;5C": forward-word'
|
||||||
|
|
Loading…
Reference in a new issue