[F] Fix pushd and popd
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user