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

Configure Feed

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

add task integration

Kacaii 02672900 e8de1554

+3 -1
+3 -1
.config/fish/config.fish
··· 19 19 set -g __fish_git_prompt_showdirtystate true 20 20 set -g __fish_git_prompt_char_dirtystate "*" 21 21 22 + # ๏‡ฆ Setup Integrations 22 23 type -q zoxide; and zoxide init fish | source 23 24 type -q direnv; and direnv hook fish | source 25 + type -q task; and task --completion fish | source 24 26 type -q jj; and set -g jj_config_file ( jj config path --user ) 25 27 26 28 # ๎น Load scripts ··· 28 30 source $fish_sh 29 31 end 30 32 31 - # ๓ฐฏ FZF 33 + # ๓ฐฏ Fzf Setup 32 34 type -q fzf; and fzf --fish | source; and set -gx FZF_DEFAULT_OPTS "\ 33 35 --color=bg+:#313244,bg:#1E1E2E,spinner:#F5E0DC,hl:#F38BA8 \ 34 36 --color=fg:#CDD6F4,header:#F38BA8,info:#CBA6F7,pointer:#F5E0DC \