Added nushell

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-10-09 01:17:17 +02:00
parent a046134f7e
commit 92639e418d
3 changed files with 2 additions and 10 deletions

1
config/.config/nushell/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
history.txt

View File

@@ -1,9 +0,0 @@
# 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