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

Configure Feed

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

forget when creating a commit too

Kacaii 9a2da750 785d9a6c

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