Skip to content

Commit

Permalink
Add starship to path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 11, 2023
1 parent 013f38d commit 4966212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dot_config/nushell/env.nu
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source ~/.local/share/nushell/default_env.nu

$env.NU_LIB_DIRS = ($env.NU_LIB_DIRS | default [] | append ($env.HOME | path join ".config" "nushell" "lib"))

$env.PATH = ($env.PATH | split row (char esep) | append ($env.HOME | path join '.tea' 'starship.rs' 'v1' 'bin'))

0 comments on commit 4966212

Please sign in to comment.