mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
zsh: make sxiv play gifs by default
This commit is contained in:
parent
d8e1966d17
commit
aa50add761
3
.zshrc
3
.zshrc
@ -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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user