aboutsummaryrefslogtreecommitdiff
path: root/segments/date_day.sh
blob: 35a42ebca4dee0eb1ca4588b205b15cc39e59bb9 (plain)
1
2
3
4
5
6
# Prints the name of the current day.

run_segment() {
	date +"%a"
	return 0
}