ff1cdc02b9
Initial nushell dotfiles: config, modules (git, k8s, sys, hypr, pkg, dev), apex theme files, and a chezmoi-templated prompt that shows dir and git branch/dirty using apex-neon/aeon colors with vi mode indicators.
3 lines
114 B
Nu
3 lines
114 B
Nu
$env.PNPM_HOME = ($env.HOME | path join ".local" "share" "pnpm")
|
|
$env.PATH = ($env.PATH | prepend $env.PNPM_HOME)
|