summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: 1bff8d715c8ab9272d35ff4fc93782bcf95d88c8 (plain)
1
2
3
4
5
6
7
function fish_greeting

if status is-interactive
    [ -f ~/.cache/wal/colors-fish.conf ]; and source ~/.cache/wal/colors-fish.conf
end

end