From aa50add76184dc71705c52240e550e3b6e1e6e7b Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 23 Aug 2021 10:34:24 -0300 Subject: [PATCH] zsh: make sxiv play gifs by default --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 3716789..48951a9 100644 --- a/.zshrc +++ b/.zshrc @@ -61,6 +61,9 @@ alias vim="nvim" # Alias to plocate instead of locate alias locate="plocate" +# Make sxiv play gifs by default +alias sxiv="sxiv -a" + # Allow zsh to "folow" ranger alias ranger="source ranger" bindkey -s '^[^f' 'ranger\n'