why wasn't I using a 24-hour clock before
This commit is contained in:
parent
7e1d59a684
commit
33c6a14c22
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…
Reference in New Issue
Block a user