nu-utils 0.93.0

Nushell utility functions
Documentation
1
2
3
4
5
6
7
8
9
# 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
$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