i use arch btw
0
fork

Configure Feed

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

update CLI app initialization commands

+5 -2
+5 -2
fish/.config/fish/config.fish
··· 44 44 end 45 45 46 46 type -q mise && mise activate fish | source 47 - test -e $HOME/.local/mise && $HOME/.local/mise activate fish | source 48 - type -q starship && starship init fish | source 47 + test -f $HOME/.local/mise && $HOME/.local/mise activate fish | source 49 48 type -q direnv && direnv hook fish | source 50 49 type -q zoxide && zoxide init fish | source 51 50 type -q imdl && imdl completions --shell fish | source 51 + # type -q carapace && carapace _carapace | source 52 + type -q starship && starship init fish | source 53 + type -q atuin && atuin init fish --disable-up-arrow | source 54 + type -q keylightctl && keylightctl completion fish | source 52 55 53 56 if test -e $__fish_user_data_dir/plugins/plug.fish/conf.d/plugin_load.fish 54 57 source $__fish_user_data_dir/plugins/plug.fish/conf.d/plugin_load.fish