Skip to content

Commit

Permalink
feat: adding starship prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Feb 3, 2025
1 parent 9064615 commit 1d9c39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nushell/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ $env.config.history.max_size = 5_000_000
alias ll = ls -l
alias gitc = git commit -m

mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")

0 comments on commit 1d9c39a

Please sign in to comment.