why wasn't I using a 24-hour clock before

This commit is contained in:
Felix Van der Jeugt 2018-11-21 16:34:22 +01:00
parent 7e1d59a684
commit 33c6a14c22
No known key found for this signature in database
GPG Key ID: 58B209295023754D

2
bashrc
View File

@ -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