mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Check for ~/.dot_is_server for green prompt; install script facilitates
this and now asks whether hg extensions are wanted
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -76,7 +76,7 @@ if [ "$color_prompt" = yes ]; then
|
||||
YELLOW="\[\033[0;33m\]"
|
||||
GREEN="\[\033[0;32m\]"
|
||||
PROMPT_SYMBOL='$'
|
||||
if [ "${HOSTNAME}" = "higgs.aquariusoft.org" ] || [ "${HOSTNAME}" = "medusa" ]; then
|
||||
if [ -e ~/.dot_is_server ]; then
|
||||
PS1="$YELLOW\t $GREEN\u$BLACK@\h:\W$ "
|
||||
else
|
||||
PS1="$YELLOW\t $BLUE\u$BLACK@\h:\W$ "
|
||||
|
||||
Reference in New Issue
Block a user