use 24h time format

master
Martin Goldhahn 13 years ago
parent 56e9e243a3
commit f36da50f68
  1. 3
      gitprompt.sh

@ -31,7 +31,8 @@ IBlack="\[\033[0;90m\]" # Black
Magenta="\[\033[1;95m\]" # Purple Magenta="\[\033[1;95m\]" # Purple
# Various variables you might want for your PS1 prompt instead # Various variables you might want for your PS1 prompt instead
Time12a="\@" #Time12a="\@"
Time12a="(\$(date +%H:%M:%S))"
PathShort="\w" PathShort="\w"
# Default values for the appearance of the prompt. Configure at will. # Default values for the appearance of the prompt. Configure at will.

Loading…
Cancel
Save