Skip to content

Commit

Permalink
fix: initialise Starship at the end of Fish config
Browse files Browse the repository at this point in the history
Signed-off-by: Vladyslav Dukhin <[email protected]>
  • Loading branch information
primeare committed Dec 7, 2024
1 parent 834f468 commit 01f0185
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# initialise Starship
starship init fish | source

# enable transient prompt
enable_transience

# add global NPM package directory to PATH
fish_add_path "$HOME/.npm-packages/bin"
fish_add_path "$HOME/.bin"
Expand All @@ -21,3 +15,9 @@ set --global --export VISUAL code --wait --new-window
# manual Visual Studio Code shell integration
string match -q "$TERM_PROGRAM" "vscode"
and . (code --locate-shell-integration-path fish)

# initialise Starship
starship init fish | source

# enable transient prompt
enable_transience

0 comments on commit 01f0185

Please sign in to comment.