Add nushell alias for dotfiles

This commit is contained in:
Anthony Oteri
2024-01-18 16:00:34 -05:00
parent 74d3a643c1
commit 6622fc62ea
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -100,6 +100,8 @@ $env.NU_PLUGIN_DIRS = [
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
# $env.PATH = ($env.PATH | split row (char esep) | prepend '/some/path')
$env.PATH = ($env.PATH | split row (char esep) | prepend '/home/anthony/.cargo/bin')
mkdir ~/.cache/starship
starship init nu | save -f ~/.cache/starship/init.nu