Added quit alias for exit and local shell file into gitignore

This commit is contained in:
hellerve
2015-03-19 16:25:21 +01:00
parent 45e4dab946
commit f60c88bb33
2 changed files with 3 additions and 0 deletions

View File

@@ -25,3 +25,5 @@ __pycache__/
*.pyc
doxyfile
local.sh

1
zshrc
View File

@@ -51,6 +51,7 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
alias dud="du -d 1"
alias loc="cloc *"
alias ls="ls -a"
alias quit="exit"
alias howmuch="git ls-tree -r -z --name-only HEAD -- . | xargs -0 -n1 git blame --line-porcelain HEAD | grep '^author '| sort | uniq -c | sort -nr"
alias clipboard_clear="echo lol | pbcopy"
alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen"