Closed augustocdias closed 1 year ago
Thank you for the report. Did you restart shell?
Yes. The issue also happens in iTerm2
Got the same error after updating. Fish shell 3.6.1, Mac OS, iterm2. Seems like some easy fixes.
if test $ENHANCD_USE_ABBREV = true
should be if test "$ENHANCD_USE_ABBREV" = true
set -a dirs ($PWD _enhancd_filepath_get_parent_dirs)
should be set -a dirs $PWD (_enhancd_filepath_get_parent_dirs)
@martonperei Thank you for the debug.
@augustocdias Could you test on this branch? https://github.com/b4b4r07/enhancd/tree/babarot/fix-fish
@augustocdias try mine too
Thank you for the contribution! @peeviddy
I'm gonna merge your patch soon after checking it works fine.
The branches are working fine
Thank you for the checking!
I've merged @peeviddy 's PR and released new version. Thank you all
I use jethrokuan/z to also help nagigate between folders. When I call z, it triggers enhancd and when I select a folder I'm getting the following error:
Calling
cd .
orcd ..
later for example causes further errors:I'm running on fish and wez term.