this repo has no description
0
fork

Configure Feed

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

feat(fish): fzf options

+4
+4
fish/config.fish
··· 33 33 34 34 ## Rust 35 35 set -gx PATH $PATH $HOME/.cargo/bin 36 + 37 + ## FZF 38 + set -gx FZF_DEFAULT_OPTS "--bind='ctrl-u:preview-half-page-up' \ 39 + --bind='ctrl-d:preview-half-page-down'" 36 40 end