zsh: make sxiv play gifs by default

This commit is contained in:
Guilherme Rugai Freire 2021-08-23 10:34:24 -03:00
parent d8e1966d17
commit aa50add761
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

3
.zshrc
View File

@ -61,6 +61,9 @@ alias vim="nvim"
# Alias to plocate instead of locate # Alias to plocate instead of locate
alias locate="plocate" alias locate="plocate"
# Make sxiv play gifs by default
alias sxiv="sxiv -a"
# Allow zsh to "folow" ranger # Allow zsh to "folow" ranger
alias ranger="source ranger" alias ranger="source ranger"
bindkey -s '^[^f' 'ranger\n' bindkey -s '^[^f' 'ranger\n'