Merge branch 'main' of gitea:inkch/dotfiles

This commit is contained in:
inkch 2025-01-20 19:40:54 +09:00
commit 10b4fe617f

View File

@ -252,9 +252,12 @@ if type -q docker;
abbr docrmi "docker images | fzf | awk '{ print $1 }' | xargs -I'{}' docker rmi {}"
end
if type -q bat;
abbr cat 'bat'
end
if type -q grc;
abbr blkid 'grc blkid'
abbr cat 'bat'
abbr cpgrep 'colorpgrep'
abbr cvs 'grc cvs'
abbr df 'grc df -h'