summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-02-13 17:46:07 +0000
committerself <self@sateoki.xyz>2022-02-13 17:46:07 +0000
commitda26df9a1a9f901177c3afd453738573252826a4 (patch)
tree0ba0a25b8d6b49bc7323b3cbe5268e75d8afb49f /zsh/.zshrc
parentcb4711ddfabff33ae2a4c4bd7112245dfdae16d3 (diff)
Added ac and ad aliases for completed and dropped anime
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 783abc6..268d062 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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