diff --git a/.bashrc b/.bashrc index f411d41..682b6f6 100644 --- a/.bashrc +++ b/.bashrc @@ -37,7 +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\]" +[[ "$(hostname)" != "pingue" ]] && export PS1_COLOR_HOSTNAME="\[\033[0;33m\]" #exit with no error /bin/true