changed other hosts to have yellow hostname as default
This commit is contained in:
parent
ba86d5cfca
commit
13bd799c61
2
.bashrc
2
.bashrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user