You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to use "cd -" when using goat alias
Previously, we would call cd(1) on $1 twice, thus loosing the
possibility of going back to the previous directory with "cd -".