zsh: cm alias
This commit is contained in:
parent
d7be444f60
commit
d3858a3d78
1 changed files with 1 additions and 0 deletions
|
@ -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 $@ }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue