diff options
author | self <self@sateoki.xyz> | 2022-05-25 20:00:00 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-25 20:00:00 +0100 |
commit | 6082e40fe0abe01e5f03045e90f0fee32e764084 (patch) | |
tree | 7658c88feb05e8d507ea2390864efb174876b2ac /zsh/.zshrc | |
parent | 57a333367307ea3f6c0940178ee8a7d6a7c40d85 (diff) |
Moved calendar to cld dir + added cldrec
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -91,8 +91,9 @@ alias td="mn todos" alias tdcmp="mn todos-cmp" alias tdntd="mn todos-ntd" -alias cld="mn calendar" -alias cldcmp="mn calendar-cmp" +alias cld="mn cld/calendar" +alias cldcmp="mn cld/calendar-cmp" +alias cldrec="mn cld/calendar-recurring" # anime alias awl="mnmed anime-watchlist" # Anime I have seen |