diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2021-06-15 20:53:44 +0200 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2021-06-15 20:53:44 +0200 |
commit | 3eae1f8bb29ac7968d9f6efbe3d6da1d35aa0b0c (patch) | |
tree | 31cf0add412c525c240b0235549a1d435efe206a | |
parent | 494264f3d1dd1ee517d0b03929362facdf1c8301 (diff) |
useful mpv
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |