🔒 Backup for my config files
dotfiles
0
fork

Configure Feed

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

at b65bdde3600a8a5dc1afc396c6791445ef669a2c 11 lines 207 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 11end