From da26df9a1a9f901177c3afd453738573252826a4 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 13 Feb 2022 17:46:07 +0000 Subject: Added ac and ad aliases for completed and dropped anime --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zshrc') 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 -- cgit v1.2.1