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