diff options
author | self <self@sateoki.xyz> | 2022-02-13 17:46:07 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-13 17:46:07 +0000 |
commit | da26df9a1a9f901177c3afd453738573252826a4 (patch) | |
tree | 0ba0a25b8d6b49bc7323b3cbe5268e75d8afb49f | |
parent | cb4711ddfabff33ae2a4c4bd7112245dfdae16d3 (diff) |
Added ac and ad aliases for completed and dropped anime
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ alias wtd="mn work-todos" # anime alias awl="mn anime-watchlist" # Anime I have seen alias atw="mn anime-towatch" # Anime I should watch +alias ac="mn anime-completed" # Anime I have completed +alias ad="mn anime-dropped" # Anime I have dropped # git # TODO: add command to push to all remote repos, e.g. github, origin and gitlab |