all repos — dotfiles-base @ a8f47416c4a6d01ba36b28a5526d6b3fc6060a65

base important configs that can safely be used almost anywhere

.config/fish/config.fish

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
# x1phosura's fish config

if status is-interactive
    # Commands to run in interactive sessions can go here
    set -U fish_greeting  # can also use '-g' (TODO decide which to use)

    if test -f "$HOME/.fish_work_stuff"
        source "$HOME/.fish_work_stuff"
    end
end