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)"
|
||||
fi
|
||||
if /bin/test $(id -u) -eq 0; then
|
||||
export PS1="${HOST%%.*}# "
|
||||
export PS1="${HOST%%.*}# "
|
||||
else
|
||||
export PS1="${HOST%%.*}$ "
|
||||
export PS1="${HOST%%.*}$ "
|
||||
fi
|
||||
|
||||
if [ "$BASH" ]; then
|
||||
|
|
Loading…
Reference in a new issue