From 9eb49d029e95d6e1323f7a24219ed23754afee7f Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 27 May 2024 04:22:09 -0700 Subject: [PATCH] shell: add ffmpeg alias --- .config/shell/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/aliases b/.config/shell/aliases index 61dc70e..73a6877 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -35,6 +35,7 @@ alias sudo='sudo VISUAL="$VISUAL" SYSTEMD_EDITOR="$SYSTEMD_EDITOR" ' # allo alias df='df -h' # Human-readable sizes alias free='free -m' # Show sizes in MB alias bc='bc -ql' # Make bc usable for fast math +alias ffmpeg='ffmpeg -hide_banner' [ -z "$VIMRUNTIME" ] && alias glow='glow -p' # force Glow to preview with `less` if not in vim