summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
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"