mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
zsh: update sxiv alias to load all images on dir
This commit is contained in:
parent
a96d4457dc
commit
f03566d25e
4
.zshrc
4
.zshrc
@ -61,8 +61,8 @@ 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 to sxiv with some flags
|
||||||
alias sxiv="sxiv -a"
|
alias sxiv="sxiv -ad"
|
||||||
|
|
||||||
# Allow zsh to "folow" ranger
|
# Allow zsh to "folow" ranger
|
||||||
alias ranger="source ranger"
|
alias ranger="source ranger"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user