ll-cz introduced, filtering out remove_ prefixed

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-23 09:47:12 -04:00
parent 62339eef0b
commit 88a7aba840
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
if is_cmd 'chezmoi'; then if is_cmd 'chezmoi'; then
alias cz="chezmoi " 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/' )" eval "$( chezmoi completion "${SHELL##*/}" | sed -Ee 's/(complete -o default .* chezmoi)/\1 cz/' )"
export CHEZMOI_GITHUB_ACCESS_TOKEN={{- .githubToken | quote }} export CHEZMOI_GITHUB_ACCESS_TOKEN={{- .githubToken | quote }}