From 5ff4d9999a6cfb3616f49c3530f3b8dec2ab827f Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Tue, 2 Nov 2021 18:11:38 -0300 Subject: [PATCH] zsh: rename alias from sxiv to nsxiv --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 1511805..b8312ab 100644 --- a/.zshrc +++ b/.zshrc @@ -64,8 +64,8 @@ alias vim="nvim" # Alias to plocate instead of locate alias locate="plocate" -# Alias to sxiv with some flags -alias sxiv="sxiv -ad" +# Alias to nsxiv with some flags +alias nsxiv="nsxiv -a" # Allow zsh to "folow" ranger alias ranger="source ranger"