#shell
Read more stories on Hashnode
Articles with this tag
a shell function ยท Put this in your .zshrc # print a path to a directory for today's work todaydir() { DAYDIR=~/$(date +%F | sed 's#-#/#g')/ ...