dotfiles/dot_config/private_fish/config.fish

8 lines
346 B
Fish
Raw Normal View History

2024-11-21 11:38:10 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
atuin init fish | source
starship init fish | source
2024-11-21 20:55:20 +00:00
test -f /usr/share/ublue-os/bluefin-cli/bling.fish && source /usr/share/ublue-os/bluefin-cli/bling.fish
test -f /usr/share/bazzite-cli/bling.fish && source /usr/share/bazzite-cli/bling.fish
2024-11-21 11:38:10 +00:00
end