nushell ..

This commit is contained in:
2026-02-08 17:20:43 +08:00
parent bbc0d2f0a1
commit e384a4ad0c
2 changed files with 14 additions and 2 deletions

View File

@@ -81,3 +81,5 @@ export-env {
]
}
}
export alias cdi = cd (ls **/ | get name | str join "\n" | fzf)