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

Configure Feed

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

add abbr for yt-dlp

kacaii 69d97702 92fbf1ee

+5 -3
+3 -1
.config/fish/functions/fish_should_add_to_history.fish
··· 1 1 function fish_should_add_to_history 2 2 set -l hidden_list \ 3 3 "^jj " \ 4 - "^psql " 4 + "^psql " \ 5 + "^xh " \ 6 + "^yt-dlp " 5 7 6 8 for hidden in $hidden_list 7 9 string match -qr $hidden -- "$argv"; and return 1
+2 -2
.config/fish/shell/abbr.fish
··· 11 11 abbr fcc fish_clipboard_copy 12 12 abbr v nvim 13 13 abbr man batman 14 + abbr ytd "yt-dlp --remote-components ejs:github -t mp4" 15 + abbr freeze "freeze --config user" 14 16 15 17 abbr ls "eza --icons always" 16 18 abbr ll "eza -la --icons always" 17 19 abbr tree "eza --tree --icon always" 18 - 19 - abbr freeze "freeze --config user" 20 20 21 21 # ๓ฑ—† JJ 22 22 abbr jjc "jj commit -m"