changed other hosts to have yellow hostname as default

This commit is contained in:
Jonas Forsberg 2022-06-20 09:46:59 +02:00
parent ba86d5cfca
commit 13bd799c61
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -37,5 +37,7 @@ fi
# shellcheck disable=1090 # shellcheck disable=1090
[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)" [[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)"
[[ "$(hostname)" != "exsilio" ]] && export PS1_COLOR_HOSTNAME="\[\033[0;33m\]"
#exit with no error #exit with no error
/bin/true /bin/true