mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(zsh): add auto complete for cht.sh
This commit is contained in:
5
zshrc
5
zshrc
@@ -335,6 +335,9 @@ antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
# Tell Antigen that you’re 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 Apple’s 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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user