mirror of
https://git.pionaiki.com/marta/nixie.git
synced 2025-10-09 05:47:21 +00:00
Quiet pushd/popd
This commit is contained in:
parent
89551238c3
commit
ff584abc04
1 changed files with 2 additions and 2 deletions
4
nixie
4
nixie
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue