This repository has been archived on 2023-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
dots/fish/.config/fish/config.fish
2022-11-29 16:44:07 -05:00

5 lines
147 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
set -U fish_greeting ""
starship init fish | source
end