Skip to content

Commit f36da50

Browse files
committed
use 24h time format
1 parent 56e9e24 commit f36da50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitprompt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ IBlack="\[\033[0;90m\]" # Black
3131
Magenta="\[\033[1;95m\]" # Purple
3232

3333
# Various variables you might want for your PS1 prompt instead
34-
Time12a="\@"
34+
#Time12a="\@"
35+
Time12a="(\$(date +%H:%M:%S))"
3536
PathShort="\w"
3637

3738
# Default values for the appearance of the prompt. Configure at will.

0 commit comments

Comments
 (0)