Added alias

This commit is contained in:
Veit Heller
2014-07-20 01:10:42 +02:00
parent e92a14db51
commit eb77a41d84
2 changed files with 2 additions and 0 deletions

1
zshrc
View File

@@ -34,6 +34,7 @@ alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo
alias dud="du -d 1"
alias loc="cloc *"
alias ls="ls -la"
alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen"
PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$"
expand-or-complete-with-dots(){