πEnglish | English text only |
---|
Note if you want to reset enviroment setting, please remove $XDG_CONFIG_HOME/neoenv/neoenv.
# switch enviroment
neoenv switch # print shell script
# add new enviroment
neoenv add ENV_NAME
# remove enviroment
neoenv remove # launch finder...
then apply shell scripts, use below command.
-
fish
eval(neoenv switch)
-
bash/zsh
eval `neoenv switch`
- Use cargo
cargo install --git github.com/comamoca/neoenv
cargo run
- add windows & pwsh support
MIT