summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-04-21 11:56:37 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-04-21 11:56:37 +0100
commitd868360d00c7d896cfc1638677e813f11a853246 (patch)
treec5d2340cf66f9fe2053395262d7f290d6a7ff7a6
parentc3da3ac675d64f3aea19e10eac206ea2c108ce9b (diff)
zsh: Add aliases for ffmpeg and ffprobe
-rw-r--r--zsh/rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/rc b/zsh/rc
index dfb338e..7b46e61 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -30,6 +30,8 @@ alias du='du -h'
alias dusum='du -d1 | sort -hr'
alias ec='emacsclient -t'
alias et='emacsclient -c'
+alias ffmpeg='ffmpeg -hide_banner'
+alias ffprobe='ffprobe -hide_banner'
alias grep='grep --color=auto'
alias la='ls -A'
alias ll='ls -hl'