1
0
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:
Michiel Scholten
2014-07-15 20:47:31 +02:00
parent 7d23bfc3b6
commit e81adf238d
2 changed files with 39 additions and 18 deletions

View File

@@ -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$ "