why wasn't I using a 24-hour clock before
This commit is contained in:
parent
7e1d59a684
commit
33c6a14c22
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -23,7 +23,7 @@ prompt_status() {
|
||||||
BOLD="\001$(tput bold)\002"
|
BOLD="\001$(tput bold)\002"
|
||||||
GREEN="\001$(tput setaf 2)\002"
|
GREEN="\001$(tput setaf 2)\002"
|
||||||
RESET="\001$(tput sgr0)\002"
|
RESET="\001$(tput sgr0)\002"
|
||||||
PS1="$BOLD[\T]$RESET $GREEN\$(ks prompt_pwd)$RESET\$(ks prompt_git) \$(prompt_status) "
|
PS1="$BOLD[\t]$RESET $GREEN\$(ks prompt_pwd)$RESET\$(ks prompt_git) \$(prompt_status) "
|
||||||
unset BOLD
|
unset BOLD
|
||||||
unset GREEN
|
unset GREEN
|
||||||
unset RESET
|
unset RESET
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue