Skip to content

Commit

Permalink
Remove workaround for incompatibility between starship/fish
Browse files Browse the repository at this point in the history
  • Loading branch information
pe committed May 20, 2024
1 parent 68cb32f commit 5b60bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set PATH $HOME/.jenv/bin $PATH
if status --is-interactive
command -q jenv; and jenv init - | source
command -q starship; and starship init fish | source
set -e STARSHIP_SHELL # Breaks iterm shell integration
command -q oc; and oc completion fish | source
command -q zoxide; and zoxide init fish | source
test -e {$HOME}/.iterm2_shell_integration.fish; and source {$HOME}/.iterm2_shell_integration.fish
Expand Down

0 comments on commit 5b60bbc

Please sign in to comment.