We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e9e24 commit f36da50Copy full SHA for f36da50
gitprompt.sh
@@ -31,7 +31,8 @@ IBlack="\[\033[0;90m\]" # Black
31
Magenta="\[\033[1;95m\]" # Purple
32
33
# Various variables you might want for your PS1 prompt instead
34
-Time12a="\@"
+#Time12a="\@"
35
+Time12a="(\$(date +%H:%M:%S))"
36
PathShort="\w"
37
38
# Default values for the appearance of the prompt. Configure at will.
0 commit comments