i use arch btw
0
fork

Configure Feed

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

Change command to type

+4 -4
+4 -4
fish/.config/fish/config.fish
··· 50 50 end 51 51 end 52 52 53 - command -q rtx && rtx activate fish | source && rtx completion fish | source 54 - command -q starship && starship init fish | source 55 - command -q direnv && direnv hook fish | source 56 - command -q zoxide && zoxide init fish | source 53 + type -q rtx && rtx activate fish | source && rtx completion fish | source 54 + type -q starship && starship init fish | source 55 + type -q direnv && direnv hook fish | source 56 + type -q zoxide && zoxide init fish | source 57 57 58 58 bind \er __select_from_last 59 59 bind \e, __commandline_token_search_backward