diff options
author | self <self@sateoki.xyz> | 2022-02-28 17:55:27 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-28 17:55:27 +0000 |
commit | 88126117bd5537d3a4bcc75206a7655d6e72f47b (patch) | |
tree | a89c7e680b2b06314ba558a7c687268df8081419 /zsh | |
parent | e2a52c9a31c54bef7f119cccdc804d94c1e203b2 (diff) |
Added tdcmp, cldcmp aliases
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -75,6 +75,10 @@ alias td="mn todos" alias wtd="mn work-todos" alias cld="mn calendar" +alias tdcmp="mn todos-cmp" +alias cldcmp="mn calendar-cmp" + + # anime alias awl="mn anime-watchlist" # Anime I have seen alias atw="mn anime-towatch" # Anime I should watch |