diff options
author | self <self@sateoki.xyz> | 2022-05-25 20:07:15 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-25 20:07:15 +0100 |
commit | 4a15e816f94a78167b1bed6e0799ba9cc3122d7a (patch) | |
tree | cfb5a446f18d15eb0ecc3889e4f11cac16559027 /zsh/.zshrc | |
parent | 6082e40fe0abe01e5f03045e90f0fee32e764084 (diff) |
Moved todos to td dir
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -87,9 +87,9 @@ alias mpr="mpc prev" # backgrounds, wal... # todos... -alias td="mn todos" -alias tdcmp="mn todos-cmp" -alias tdntd="mn todos-ntd" +alias td="mn td/todos" +alias tdcmp="mn td/todos-cmp" +alias tdntd="mn td/todos-ntd" alias cld="mn cld/calendar" alias cldcmp="mn cld/calendar-cmp" |