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

Configure Feed

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

remove default style for fzf

+1 -2
+1
.config/fish/functions/fish_should_add_to_history.fish
··· 2 2 set -l hidden_list \ 3 3 "^jj " \ 4 4 "^psql " \ 5 + "^set " \ 5 6 "^xh " \ 6 7 "^yt-dlp " \ 7 8 "^ytdx "
-2
.config/fish/modules/integrations.fish
··· 12 12 --color=marker:#B4BEFE,fg+:#CDD6F4,prompt:#CBA6F7,hl+:#F38BA8 \ 13 13 --color=selected-bg:#45475A \ 14 14 --color=border:#6C7086,label:#CDD6F4 \ 15 - --style minimal \ 16 - --layout reverse --height 30% \ 17 15 --preview='bat --color=always {}'"