initial
This commit is contained in:
6
tmux/powerline/segments/date_day.sh
Executable file
6
tmux/powerline/segments/date_day.sh
Executable file
@ -0,0 +1,6 @@
|
||||
# Prints the name of the current day.
|
||||
|
||||
run_segment() {
|
||||
date +"%a"
|
||||
return 0
|
||||
}
|
Reference in New Issue
Block a user