chore: Updated nu config for starship
e6064fd0
1 file(s) · +3 −1
| 931 | 931 | alias shitter = ssh itter |
|
| 932 | 932 | alias tailscale = /Applications/Tailscale.app/Contents/MacOS/Tailscale |
|
| 933 | 933 | ||
| 934 | - | use ~/.cache/starship/init.nu |
|
| 934 | + | mkdir ($nu.data-dir | path join "vendor/autoload") |
|
| 935 | + | starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu") |
|
| 936 | + | source $"($nu.home-path)/.cargo/env.nu" |