diff --git a/.zshrc b/.zshrc index 055e184..79ebffb 100644 --- a/.zshrc +++ b/.zshrc @@ -53,9 +53,6 @@ alias vim="nvim" # Alias to plocate instead of locate alias locate="plocate" -# Fix zathura window swallowing -alias zathura="devour zathura" - # Allow zsh to "folow" ranger alias ranger="source ranger" bindkey -s '^[^f' 'ranger\n'