[F] Fix pushd and popd

This commit is contained in:
Hykilpikonna
2021-09-18 12:08:12 -04:00
parent c24b18077a
commit 34a51cb1c3
+2 -2
View File
@@ -45,10 +45,10 @@ addline() {
# Silent pushd and popd # Silent pushd and popd
spushd () { spushd () {
command pushd "$@" > /dev/null pushd "$@" > /dev/null
} }
spopd () { spopd () {
command popd "$@" > /dev/null popd "$@" > /dev/null
} }
# Minecraft coloring # Minecraft coloring