Files
dotfiles/tmux/powerline/segments/date_day.sh
2019-01-12 18:22:02 +01:00

7 lines
79 B
Bash
Executable File

# Prints the name of the current day.
run_segment() {
date +"%a"
return 0
}