1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

nushell: completions, colors, zoxide

This commit is contained in:
TheGeneralist 2025-06-27 04:01:34 +02:00
parent 91167bd614
commit 9dbf41d394
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 48 additions and 9 deletions

View file

@ -6,6 +6,10 @@ $env.ENV_CONVERSIONS.PATH = {
$value | path expand --no-symlink | str join (char esep)
}
}
$env.LS_COLORS = (open ~/.config/nushell/ls_colors.txt)
source ~/.config/nushell/zoxide.nu
# NVM
# source ("/Users/thegeneralist/.nvm/" | path join "nvm.sh")