nvs
nvs copied to clipboard
nvs.sh fails on first run, at line 17
╭─xxx ╰─λ . "$NVS_HOME/nvs.sh" install ~/.nvs/nvs.sh (line 17): Missing end to balance this if statement if [ -n "${NVS_HOME}" -a -z ${NVS_ROOT} ]; then ^ from sourcing file ~/.nvs/nvs.sh .: Error while reading file “/home/sylvanus/.nvs/nvs.sh”
╭─xxx [🔴] ×
What kind of shell are you using?
In case of cmder
, I think you would have to use nvs.cmd
, not nvs.sh
, see this info in https://github.com/jasongin/nvs/pull/77#issuecomment-352276013:
cmder
is just a different window around the Windowscmd.exe
shell
I did propose adding some documentation for cmder
in PR #77.
What kind of shell are you using?
I am using fish in garudalinux
fish
is not currently supported directly, but there is a workaround. See https://github.com/jasongin/nvs/issues/69#issuecomment-406770755