From 13bd799c6169216de983273fb01f328d046836d6 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Mon, 20 Jun 2022 09:46:59 +0200 Subject: [PATCH] changed other hosts to have yellow hostname as default --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) 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