fish: fix condition of abbr cat -> bat

This commit is contained in:
inkch 2025-01-16 20:41:41 +09:00
parent a6ab2c9f08
commit 0c486d0510

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'