๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

no need for quotes

kacaii ac67a443 f6641e4d

+1 -1
+1 -1
.config/fish/config.fish
··· 31 31 command -q starship; and starship init fish | source 32 32 33 33 # ๎น Load scripts 34 - set -l INIT "$__fish_config_dir/init" 34 + set -l INIT $__fish_config_dir/init 35 35 for fish_sh in $INIT/*.fish 36 36 source $fish_sh 37 37 end