Skip to content

Commit

Permalink
chore(config.fish): pin starship latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Mar 24, 2024
1 parent 060f319 commit 6667530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if status is-login
# If STARSHIP not installed, install it
if not functions -q starship
curl -sSL https://starship.rs/install.sh \
| sh -s -- -y -b $HOME/.local/bin >/dev/null
| sh -s -- -y -v v1.18.1 -b $HOME/.local/bin >/dev/null
end
# Default EDITOR
set -x EDITOR nvim
Expand Down

0 comments on commit 6667530

Please sign in to comment.