# # ~~~ nushell env config # export-env { # # ~~~ system # setup editor $env.EDITOR = "nvim" # setup path $env.PATH ++= [ "/opt/homebrew/bin", "/opt/local/bin" ] # # ~~~ applications # disable homebrew hints $env.HOMEBREW_NO_ENV_HINTS = 1 }