zsh: remove devour zathura alias

This commit is contained in:
Guilherme Rugai Freire 2021-08-21 23:54:35 -03:00
parent 5e67a8938f
commit 3ec47ad836
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

3
.zshrc
View File

@ -53,9 +53,6 @@ alias vim="nvim"
# Alias to plocate instead of locate # Alias to plocate instead of locate
alias locate="plocate" alias locate="plocate"
# Fix zathura window swallowing
alias zathura="devour zathura"
# 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'