aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/aliases.zsh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index a5afca6..8a86938 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -38,7 +38,9 @@ for index ({1..9}) alias "$index"="cd +${index}"; unset index
#MPLAYER
alias mplayer='mplayer -ao jack,pulse,alsa'
alias mpv='mpv -ao jack,pulse,alsa --sub-auto=fuzzy'
-
+if [[ "$VENDOR" == "apple" ]]; then
+ alias mpv='mpv --sub-auto=fuzzy'
+fi
##DU
alias du1='du -hd1'