ll-cz introduced, filtering out remove_ prefixed
This commit is contained in:
parent
62339eef0b
commit
88a7aba840
|
@ -3,6 +3,8 @@
|
|||
|
||||
if is_cmd 'chezmoi'; then
|
||||
alias cz="chezmoi "
|
||||
alias ll-cz='ll --color=always | grep -v remove_ '
|
||||
|
||||
eval "$( chezmoi completion "${SHELL##*/}" | sed -Ee 's/(complete -o default .* chezmoi)/\1 cz/' )"
|
||||
|
||||
export CHEZMOI_GITHUB_ACCESS_TOKEN={{- .githubToken | quote }}
|
||||
|
|
Loading…
Reference in New Issue