diff options
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ } popd() { ___dirchanged="y" - builtin popd >/dev/null 2>&1 || true + builtin popd >/dev/null 2>&1 || builtin popd +1 } alias cd="pushd" # change directory alias bd="popd" # back directory |
