Added alias

This commit is contained in:
Veit Heller
2014-08-03 14:28:14 +02:00
parent fba3bf4a5d
commit 03024d733e
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ alias dud="du -d 1"
alias loc="cloc *" alias loc="cloc *"
alias ls="ls -la" alias ls="ls -la"
alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen" alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen"
alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
case $TERM in case $TERM in
screen*) screen*)

1
zshrc
View File

@@ -38,6 +38,7 @@ alias dud="du -d 1"
alias loc="cloc *" alias loc="cloc *"
alias ls="ls -la" alias ls="ls -la"
alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen" alias sloccount="sloccount --addlang makefile --addlang html --multiproject --duplicates --crossdups --autogen"
alias vlc='/Applications/VLC.app/Contents/MacOS/VLC'
PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$" PROMPT="[%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg_no_bold[yellow]%}%1~%{$reset_color%}]\$"
expand-or-complete-with-dots(){ expand-or-complete-with-dots(){