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
Branches
No related tags found
1 merge request!563fix: actually print day in date, not month (Apr-28 instead of Apr-4)
This commit is part of merge request !563. Comments created here will be created in the context of that merge request.
...@@ -394,7 +394,7 @@ function __setprompt ...@@ -394,7 +394,7 @@ function __setprompt
fi fi
# Date # 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 PS1+="${BLUE} $(date +'%-I':%M:%S%P)\[${DARKGRAY}\])-" # Time
# CPU # CPU
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment