Cleaned up the mess.
This commit is contained in:
@@ -13,8 +13,9 @@ alias ssh-copy-id='_(){ ssh $1 -p 5022 "mkdir -m 700 ~/.ssh; echo " $(< ~/.ssh/i
|
||||
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
|
||||
alias r='open -a'
|
||||
alias htop='sudo htop'
|
||||
alias ttop="nice top -j -P -a"
|
||||
alias flushdns='dscacheutil -flushcache && killall -HUP mDNSResponder'
|
||||
alias pkg_add='brew install'
|
||||
alias pkg_search='brew search'
|
||||
alias pkg_remove='brew remove'
|
||||
alias pkg_upgrade='brew update && brew upgrade && brew cleanup && brew cask cleanup'
|
||||
alias pkg_upgrade='brew update && brew upgrade && brew cleanup && brew cask cleanup'
|
||||
|
@@ -10,6 +10,7 @@ WORDCHARS=''
|
||||
|
||||
zmodload -i zsh/complist
|
||||
fpath=(~/.zsh/comp/ $fpath)
|
||||
fpath=(/usr/local/share/zsh/site-functions/ $fpath)
|
||||
|
||||
## case-insensitive (all),partial-word and then substring completion
|
||||
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
|
||||
|
Reference in New Issue
Block a user