Im try to configure nav using fish shell wrap, but dont works. Have support to fish shell yet?
Step by step of my test:
- Download the binary
- Copy the binary to /usr/bin/
- run
nav --setup
- copy the wrapper snippet function
- Adapted the function for fish instructions
function nav
if count $argv > /dev/null
command nav $argv
return
end
set -l dir (env NAV_WRAPPED=1 command nav)
if test -n "$dir"; and test -d "$dir"
cd "$dir"
end
end
- run nav pure command
nav
- Get this error
env: 'command': No such file or directory env: use -[v]S to pass options in shebang lines
OS: Ubuntu 25.10 x86_64
Terminal: alacritty 0.15.1
Shell: fish 4.0.6
Im try to configure nav using fish shell wrap, but dont works. Have support to fish shell yet?
Step by step of my test:
nav --setupnavenv: 'command': No such file or directory env: use -[v]S to pass options in shebang linesOS: Ubuntu 25.10 x86_64
Terminal: alacritty 0.15.1
Shell: fish 4.0.6