Files
archived-solorice/config/fish/config.fish
2026-02-09 22:52:34 +02:00

8 lines
145 B
Fish

#!/usr/bin/env fish
# Initialize starship and zoxide
if status is-interactive
starship init fish | source
zoxide init fish | source
end