mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
todo alias
This commit is contained in:
3
zshrc
3
zshrc
@@ -47,6 +47,9 @@ alias urlw='uttr --report=lastWeek'
|
||||
alias urm='uttr --report=month'
|
||||
alias urlm='uttr --report=lastMonth'
|
||||
|
||||
# dead simple todo list
|
||||
alias todo="mkdir -p ~/todos/\$(date +"%Y"); vim ~/todos/\$(date +"%Y")/todo-\$(date +"%m-%d").md"
|
||||
|
||||
# colourscheme
|
||||
alias dark='zsh ~/.base16-shell/scripts/base16-solarized-dark.sh'
|
||||
alias light='zsh ~/.base16-shell/scripts/base16-solarized-light.sh'
|
||||
|
||||
Reference in New Issue
Block a user