mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 06:57:23 +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 urm='uttr --report=month'
|
||||||
alias urlm='uttr --report=lastMonth'
|
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
|
# colourscheme
|
||||||
alias dark='zsh ~/.base16-shell/scripts/base16-solarized-dark.sh'
|
alias dark='zsh ~/.base16-shell/scripts/base16-solarized-dark.sh'
|
||||||
alias light='zsh ~/.base16-shell/scripts/base16-solarized-light.sh'
|
alias light='zsh ~/.base16-shell/scripts/base16-solarized-light.sh'
|
||||||
|
|||||||
Reference in New Issue
Block a user