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

Configure Feed

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

add `--git` flag to eza

kacaii ee3916f5 74ce1c99

+4 -4
+4 -4
.config/fish/shell/abbr.fish
··· 8 8 # Default 9 9 abbr c clear 10 10 abbr fcc fish_clipboard_copy 11 - abbr ll "eza -l --icons=always" 12 - abbr lla "eza -la --icons=always" 13 - abbr ls "eza --icons=always" 14 - abbr t task 15 11 abbr v nvim 12 + 13 + abbr ll "eza --icons --git" 14 + abbr lla "eza -a --icons --git" 15 + abbr ls "eza --icons --git" 16 16 17 17 # ๓ฑ—† JJ 18 18 abbr jjc "jj commit -m"