Quiet pushd/popd

This commit is contained in:
Marta 2025-06-07 22:59:40 +02:00
parent 89551238c3
commit ff584abc04

4
nixie
View file

@ -8,7 +8,7 @@ IYellow='\033[0;93m' # Yellow
IPurple='\033[0;95m' # Purple IPurple='\033[0;95m' # Purple
QUIT () { QUIT () {
popd popd > /dev/null
exit exit
} }
@ -70,7 +70,7 @@ RESTORE () {
} }
# Script # Script
pushd /etc/nixos pushd /etc/nixos > /dev/null
echo -e "${IPurple}Running pixie. You might be asked to input the root password.${NC}" echo -e "${IPurple}Running pixie. You might be asked to input the root password.${NC}"
EDIT EDIT