Skip to content
  • AdminXVII's avatar
    fix!: Make auto-cd an interactive feature, rather than a library feature · d1c2a814
    AdminXVII authored and Michael Aaron Murphy's avatar Michael Aaron Murphy committed
    Breaking Change: auto-cd will no longer wrk in scripts. However, it was
    never intended to work in scripts to begin with, so this is actually an
    improvement.
    
    If a command fails, try to cd before outputing the error.
    
    Issues fixed by this:
     - Trailing slashes are no longer necessary
     - If a binary and a folder conflicts, the binary has priority
     - Typing `-` cd to the old pwd
    
    Fix #892
    d1c2a814