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

Configure Feed

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

change hidden_list

Kacaii 54b91dcc 6334fe27

+2 -4
+2 -4
.config/fish/functions/fish_should_add_to_history.fish
··· 1 1 function fish_should_add_to_history 2 2 set -l hidden_list \ 3 - "^jj commit -m " \ 4 - "^jj describe -m " \ 5 - "^jj desc -m " \ 6 - "^jj new -m " 3 + "^jj " \ 4 + "^psql " 7 5 8 6 for hidden in $hidden_list 9 7 string match -qr $hidden -- "$argv"; and return 1