From bb0f3ffc7be91e7a96a0914861ffde9303ae2b44 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Tue, 27 Sep 2022 11:34:17 +0200 Subject: [PATCH] changed default work computer --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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