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

if status is-interactive
    # You only need this if you want to use the color variables
    # (like $color1) in your fish prompt/functions
    [ -f ~/.cache/wal/colors-fish.conf ]; and source ~/.cache/wal/colors-fish.conf
end

end