From 66dbdf895811613376146ce572e117a2687d3e14 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 17:51:49 +0100 Subject: bash: Don’t redirect twice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 83ba131..c9cd972 100644 --- a/.bashrc +++ b/.bashrc @@ -41,7 +41,7 @@ alias sl='sl -ac5' alias de=doasedit alias se=sudoedit alias e="$VISUAL" -alias z='2>/dev/null zathura --fork "$@" 2>/dev/null' +alias z='2>/dev/null zathura --fork "$@"' __ps1_newline() { local _ y x _ -- cgit v1.2.3