this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(fish): set `$XDG_CONFIG_HOME` default value

+4
+4
fish/config.fish
··· 16 16 # Exported Variables 17 17 set -gx PATH ~/.local/bin $PATH 18 18 19 + if not set -q XDG_CONFIG_HOME 20 + set -gx XDG_CONFIG_HOME "$HOME/.config" 21 + end 22 + 19 23 set -gx EDITOR nvim 20 24 21 25 # set $TERM as wezterm to support undercurl in neovim (see wezterm#2505)