1
0
Fork 0

zsh: cm alias

This commit is contained in:
Von Random 2025-01-03 14:52:41 +02:00
parent d7be444f60
commit d3858a3d78

View file

@ -37,6 +37,7 @@ function fsf {
function beep { printf $'\007' } function beep { printf $'\007' }
function fixterm { printf $'\u001bc' } function fixterm { printf $'\u001bc' }
function cm { command chezmoi $@ }
function diff { command diff --color $@ } function diff { command diff --color $@ }
function tailf { command less +F $@ } function tailf { command less +F $@ }
function grep { command grep --color=auto $@ } function grep { command grep --color=auto $@ }