๐Ÿ”’ 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 "podman pod"

+3 -2
+3 -2
.config/fish/conf.d/abbr.fish
··· 3 3 # fish 4 4 abbr -a -- fcg /home/kacaii/.config/fish/config.fish 5 5 abbr -a -- s 'source /home/kacaii/.config/fish/config.fish' 6 + abbr -a -- fcc fish_clipboard_copy 6 7 8 + # others 9 + abbr -a -- pod "podman pod" 7 10 abbr -a -- c clear 8 - abbr -a -- fcc fish_clipboard_copy 9 11 abbr -a -- ff fastfetch 10 12 abbr -a -- freeze 'freeze --config user' 11 13 abbr -a -- v nvim ··· 13 15 # bat 14 16 abbr -a -- man batman 15 17 abbr -a -- rg batgrep 16 - abbr -a -- bat prettybat 17 18 18 19 # ls 19 20 abbr -a -- ls 'eza --icons always'