Cleaned up the mess.

This commit is contained in:
2018-12-28 23:51:01 +01:00
parent d8bccfb8aa
commit 5aa14b8dde
8 changed files with 12 additions and 1514 deletions

View File

@@ -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'

View File

@@ -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