diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:45:48 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 10:45:48 +0100 |
commit | eb04eba85d3619185634af90e70cef548e201f80 (patch) | |
tree | 8395bd6521a284f40aad5b11e81c80995d7ddf6c | |
parent | aab82b09313d945ad56504f5d4581bb7fc331290 (diff) | |
download | zsh-config-eb04eba85d3619185634af90e70cef548e201f80.tar.bz2 |
add mpv aliases for audio-only usage
-rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ alias l=ls alias ll=ls -la alias gq="background geeqie" alias ev="background evince" +alias mpa="mpv -vo=null" # vim: open multiple files in tabs by default alias vim="vim -p" |