if status is-interactive
# Commands to run in interactive sessions can go here
#
- #cat ~/dotfiles/banner.asc
source ~/.config/fish/functions/eza-aliases.fish
set EZA_COLORS "*.patch.skip=38;5;244"
- fastfetch
+ command fastfetch -c ~/.config/fastfetch/config.jsonc
+ source (/usr/bin/starship init fish --print-full-init | psub)
set -g fish_greeting
+ trap "sh ~/.local/bin/base16-flavours" "SIGUSR1"
end
if test "$DISPLAY" = "" -a "$WAYLAND_DISPLAY" = "" -a "$XDG_VTNR" = 1
source ~/.config/fish/functions/eza-aliases.fish
fish_add_path /home/andy/.spicetify
-source (/usr/bin/starship init fish --print-full-init | psub)