summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 42a02d4..97bd726 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -62,6 +62,8 @@ alias mc="mpc"
alias mpp="mpc pause"
alias mpl="mpc play"
alias mps="mpc stop"
+alias mnx="mpc next"
+alias mprv="mpc prev"
# backgrounds, wal...
@@ -75,6 +77,15 @@ 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
+# documents
+alias p="zathura"
+alias o="libreoffice --writer"
+
+# pulseaudio - this is a temporary solution
+sv() {
+ pactl set-sink-volume 0 $1%
+}
+
# git
# TODO: add command to push to all remote repos, e.g. github, origin and gitlab
alias gb="git branch"