zoxide init nushell --hook prompt | save ~/.zoxide.nu mkdir ~/.cache/starship starship init nu | save ~/.cache/starship/init.nu let starship_cache = "/home/thehedgehog/.cache/starship" if not ($starship_cache | path exists) { mkdir $starship_cache } /etc/profiles/per-user/thehedgehog/bin/starship init nu | save --force /home/thehedgehog/.cache/starship/init.nu