Merge pull request #112 from pismute/zork
[theme:zork]Make $HOSTNAME not necessary for hostname.pull/113/merge
commit
a729379686
|
|
@ -53,6 +53,8 @@ prompt() {
|
||||||
;;
|
;;
|
||||||
"pandora") my_ps_host="${red}\h${normal}";
|
"pandora") my_ps_host="${red}\h${normal}";
|
||||||
;;
|
;;
|
||||||
|
* ) my_ps_host="${green}\h${normal}";
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
my_ps_user="\[\033[01;32m\]\u\[\033[00m\]";
|
my_ps_user="\[\033[01;32m\]\u\[\033[00m\]";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue