From 8058b5697bcd8b6c6e0c30c0b5d972389a8b01eb Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 7 Jul 2019 14:00:28 +0400 Subject: [PATCH] local hostname --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index de82392..029c8b1 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -81,7 +81,7 @@ __prompt_command() { PS1+="${Gra}@" - case ${host:0:4} in + case ${HOSTNAME:0:4} in 'beta') PS1+="${Ora}";; 'prod')