Use smaller space in prompt
This commit is contained in:
parent
a74f3bdce2
commit
5f681bb022
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export TIME_STYLE="long-iso"
|
||||||
export EDITOR=vi
|
export EDITOR=vi
|
||||||
export PYTHONWARNINGS="ignore::UserWarning"
|
export PYTHONWARNINGS="ignore::UserWarning"
|
||||||
|
|
||||||
PS1="$ "
|
PS1="$ "
|
||||||
if /bin/test -z "${HOST}"; then
|
if /bin/test -z "${HOST}"; then
|
||||||
HOST="$(hostname)"
|
HOST="$(hostname)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue