Swap tabs for spaces
This commit is contained in:
parent
00bf56cd94
commit
722db3814a
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ if /bin/test -z "${HOST}"; then
|
||||||
HOST="$(hostname)"
|
HOST="$(hostname)"
|
||||||
fi
|
fi
|
||||||
if /bin/test $(id -u) -eq 0; then
|
if /bin/test $(id -u) -eq 0; then
|
||||||
export PS1="${HOST%%.*}# "
|
export PS1="${HOST%%.*}# "
|
||||||
else
|
else
|
||||||
export PS1="${HOST%%.*}$ "
|
export PS1="${HOST%%.*}$ "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BASH" ]; then
|
if [ "$BASH" ]; then
|
||||||
|
|
Loading…
Reference in a new issue