summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2021-06-15 20:53:44 +0200
committerTom Barrett <tom@tombarrett.xyz>2021-06-15 20:53:44 +0200
commit3eae1f8bb29ac7968d9f6efbe3d6da1d35aa0b0c (patch)
tree31cf0add412c525c240b0235549a1d435efe206a /.zshrc
parent494264f3d1dd1ee517d0b03929362facdf1c8301 (diff)
useful mpv
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3aeb442..0cc6d76 100644
--- a/.zshrc
+++ b/.zshrc
@@ -44,6 +44,8 @@ bindkey '^e' edit-command-line
alias ls='ls --color'
alias la='ls -la --color'
alias vim='nvim'
+alias listen='mpv --no-video'
+#alias mpv='mpv -vo=drm'
setopt auto_cd