added zepto cloc file

This commit is contained in:
hellerve
2016-02-24 16:10:33 +01:00
parent 1ab2e7b470
commit f43a077030
4 changed files with 8 additions and 2 deletions

5
.scripts/cloc-z.txt Normal file
View File

@@ -0,0 +1,5 @@
zepto
filter remove_matches ^\s*;
filter remove_inline ;.*$
extension zp
3rd_gen_scale 1.25

Submodule .vim/bundle/zepto-vim updated: 3c0597adb7...e0824e19bb

View File

@@ -127,3 +127,4 @@ save_dotfiles(){
cp ~/.vimrc ${DOTPATH}vimrc
cp ~/.zshrc ${DOTPATH}zshrc
}
if [ -e /Users/veitheller/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/veitheller/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer

2
zshrc
View File

@@ -64,7 +64,7 @@ alias cdh="cd ~/Documents/Code/Github/hiss"
alias cdw="cd ~/Documents/Code/Work"
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
alias dud="du -d 1"
alias loc="cloc *"
alias loc="cloc --read-lang-def=~/.scripts/cloc-z.txt *"
alias ls="ls -a"
alias quit="exit"
#alias exit="killall tmux"