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:
parent
91167bd614
commit
9dbf41d394
3 changed files with 48 additions and 9 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue