diff --git a/.bashrc b/.bashrc index 31619ab..f411d41 100644 --- a/.bashrc +++ b/.bashrc @@ -37,5 +37,7 @@ fi # shellcheck disable=1090 [[ -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 /bin/true