Select the types of activity you want to include in your feed.
1if status is-interactive 2 3 # Fish config 4 set -g fish_greeting "" 5 set fish_color_valid_path 6 7 # Global variables 8 set -gx EDITOR nvim 9 set -gx XDG_CONFIG_HOME $HOME/.config 10 11end