From ff584abc047f01c3e13cc84101247fcc23f8b85e Mon Sep 17 00:00:00 2001 From: Marta Sokolska Date: Sat, 7 Jun 2025 22:59:40 +0200 Subject: [PATCH] Quiet pushd/popd --- nixie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixie b/nixie index 38c872e..0e4aaa1 100755 --- a/nixie +++ b/nixie @@ -8,7 +8,7 @@ IYellow='\033[0;93m' # Yellow IPurple='\033[0;95m' # Purple QUIT () { - popd + popd > /dev/null exit } @@ -70,7 +70,7 @@ RESTORE () { } # Script -pushd /etc/nixos +pushd /etc/nixos > /dev/null echo -e "${IPurple}Running pixie. You might be asked to input the root password.${NC}" EDIT