feat(zsh): add auto complete for cht.sh

This commit is contained in:
Stefan Imhoff
2022-09-24 10:02:03 +02:00
parent 42756dfa22
commit 74742bd5af
3 changed files with 25 additions and 2 deletions

5
zshrc
View File

@@ -335,6 +335,9 @@ antigen bundle zsh-users/zsh-syntax-highlighting
# Tell Antigen that youre done
antigen apply
# Additional zsh plugins
fpath=(~/.zsh.d/ $fpath)
# *** *** Aliases *** ***
# ZSH
@@ -432,5 +435,3 @@ alias cleanup="find . -type f -name '*.DS_Store' -ls -delete"
# Empty the Trash on all mounted volumes and the main HDD
# Also, clear Apples System Logs to improve shell startup speed
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"