"vscode:/vscode.git/clone" did not exist on "38d967b221d09ffd50b1481bdd2a85fa4cd61c8e"
Unverified Commit 8f1083e0 authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Merge pull request #98 from matthew-brett/session-update-again

Disable pushd / popd wrappers
parents fa30a0d4 7fe5a7a1
......@@ -22,6 +22,8 @@ shell_session_update() { :; }
# suggested by Thomas K at
# https://github.com/travis-ci/travis-ci/issues/8703#issuecomment-347881274
unset -f cd
unset -f pushd
unset -f popd
function start_spinner {
if [ -n "$MB_SPINNER_PID" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment