nushell support

This commit is contained in:
2026-01-29 15:34:58 +08:00
parent 87a837fdf5
commit 165681a18e
6 changed files with 63 additions and 0 deletions

9
nushell/modules/pj.nu Normal file
View File

@@ -0,0 +1,9 @@
use pj_starship.nu
use pj_zoxide.nu
export def --env init [] {
# zoxide
pj_zoxide init
# starship
pj_starship init
}