Skip to content

Commit

Permalink
refactor(fish): zoxide
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Dec 8, 2024
1 parent c1be4c1 commit 9873051
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ source $HOME/.config/fish/functions.fish

if status is-interactive
load_env_vars ~/.env

# Cache zoxide init output
source ~/.cache/zoxide.fish 2>/dev/null; or begin
zoxide init fish > ~/.cache/zoxide.fish
source ~/.cache/zoxide.fish
end

zoxide init fish | source
starship init fish | source
end

0 comments on commit 9873051

Please sign in to comment.