Skip to content
Snippets Groups Projects
Commit a403c684 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: actually print day in date, not month (Apr-28 instead of Apr-4)

parent c6627858
No related branches found
No related tags found
1 merge request!563fix: actually print day in date, not month (Apr-28 instead of Apr-4)
......@@ -394,7 +394,7 @@ function __setprompt
fi
# Date
PS1+="\[${DARKGRAY}\](\[${CYAN}\]\$(date +%a) $(date +%b-'%-m')" # Date
PS1+="\[${DARKGRAY}\](\[${CYAN}\]\$(date +%a) $(date +%b-'%-d')" # Date
PS1+="${BLUE} $(date +'%-I':%M:%S%P)\[${DARKGRAY}\])-" # Time
# CPU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment