From 3ec47ad83688ffe93c8ae121be5af0e769b65e5c Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sat, 21 Aug 2021 23:54:35 -0300 Subject: [PATCH] zsh: remove devour zathura alias --- .zshrc | 3 --- 1 file changed, 3 deletions(-) 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'