This commit is contained in:
Tao Tien 2025-01-30 17:42:24 -08:00
parent c8b414ad47
commit 03cb61d4a5
5 changed files with 56 additions and 7 deletions

View file

@ -178,3 +178,7 @@ def fixme [] {
}
source ~/.cache/starship/init.nu
source ~/.zoxide.nu
def --env z [path: string = "~"] {
zo $path
l
}