nushell/docs/sample_config/sample_login.nu
sec65 3c421c5726
Added loginshell config file #4620 (#5714)
* Added loginshell config file #4620

* added sample login.nu

* added environment variable loginshell-path
2022-06-06 06:52:37 -05:00

9 lines
419 B
Plaintext

# Example Nushell Loginshell Config File
# - has to be as login.nu in the default config directory
# - will be sourced after config.nu and env.nu in case of nushell started as login shell
# just as an example for overwriting of an environment variable of env.nu
let-env PROMPT_INDICATOR = { "(LS)〉" }
# Similar to env-path and config-path there is a variable containing the path to login.nu
echo $nu.loginshell-path