From 007482ed57f1f8af22e81ce588d2045fdeb6328e Mon Sep 17 00:00:00 2001 From: self Date: Mon, 2 May 2022 21:39:41 +0100 Subject: Added aliases for tv mirroring those of anime --- zsh/.zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 1f2ebb4..7644f14 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -101,6 +101,12 @@ 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 +# TV +alias tvwl="mn tv-watchlist" +alias tvtw="mn tv-towatch" +alias tvc="mn tv-completed" +alias tvd="mn tv-dropped" + # documents alias p="zathura" alias o="libreoffice --writer" -- cgit v1.2.1