🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

at bfbcefcfe4ebe53fba9d84261a60e11bac4e9b05 15 lines 375 B view raw
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 11 source "$XDG_CONFIG_HOME/fish/modules/path.fish" 12 source "$XDG_CONFIG_HOME/fish/modules/abbr.fish" 13 source "$XDG_CONFIG_HOME/fish/modules/integrations.fish" 14 15end