Just use /etc/hostname all the time, please
This commit is contained in:
parent
606a31c422
commit
e13a5a4b88
@ -328,12 +328,8 @@ _ps1bash() {
|
|||||||
|
|
||||||
# Add hostname prefix in SSH sessions
|
# Add hostname prefix in SSH sessions
|
||||||
unset _prefix
|
unset _prefix
|
||||||
# Get the system hostname, using a util if one's available
|
# Get the system hostname
|
||||||
if command -v hostname; then
|
|
||||||
_hostname="$(hostname -s)"
|
|
||||||
else
|
|
||||||
_hostname="$(</etc/hostname)"
|
_hostname="$(</etc/hostname)"
|
||||||
fi
|
|
||||||
# Alert if in an SSH session
|
# Alert if in an SSH session
|
||||||
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
|
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
|
||||||
_prefix="${fg_bold}${fg_red}${_hostname}${r}${fg_red}:${r}${_prefix}"
|
_prefix="${fg_bold}${fg_red}${_hostname}${r}${fg_red}:${r}${_prefix}"
|
||||||
|
Loading…
Reference in New Issue
Block a user