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

Configure Feed

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

remove abbr for batman

kacaii 9dedfb60 1eb5155c

+1 -1
+1
.config/fish/config.fish
··· 30 30 command -q zoxide; and zoxide init fish | source 31 31 command -q starship; and starship init fish | source 32 32 command -q batpipe; and batpipe | source 33 + command -q batman; and batman --export-env | source 33 34 34 35 # ๎น Load scripts 35 36 set -l INIT $__fish_config_dir/init
-1
.config/fish/init/abbr.fish
··· 14 14 abbr v nvim 15 15 abbr ytd "yt-dlp --remote-components ejs:github -t mp4" 16 16 17 - abbr man batman 18 17 abbr rg batgrep 19 18 abbr bat prettybat 20 19