diff options
author | self <self@sateoki.xyz> | 2022-02-21 15:13:58 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-21 15:13:58 +0000 |
commit | 1429f40b1d3af928364c9c82b9451825cd3be05b (patch) | |
tree | 94ca5279d58edf01f0c2ca4d119598e5c7ecda17 /zsh | |
parent | 8afdc748986f4304d0f46210c8db5a814bd44a87 (diff) |
Added alias cld for calendar
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ alias mpr="mpc prev" # todos... alias td="mn todos" alias wtd="mn work-todos" +alias cld="mn calendar" # anime alias awl="mn anime-watchlist" # Anime I have seen |