diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-04-21 11:56:37 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-04-21 11:56:37 +0100 |
| commit | d868360d00c7d896cfc1638677e813f11a853246 (patch) | |
| tree | c5d2340cf66f9fe2053395262d7f290d6a7ff7a6 | |
| parent | c3da3ac675d64f3aea19e10eac206ea2c108ce9b (diff) | |
zsh: Add aliases for ffmpeg and ffprobe
| -rw-r--r-- | zsh/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |
