summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-05-02 21:39:41 +0100
committerself <self@sateoki.xyz>2022-05-02 21:39:41 +0100
commit007482ed57f1f8af22e81ce588d2045fdeb6328e (patch)
treee1a496787aa81d91812fb2efd576876f76ce5cbb /zsh
parent0163cb7b8779e9ad1fc9389958dcf141417bb08d (diff)
Added aliases for tv mirroring those of anime
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 6 insertions, 0 deletions
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"