From f43a077030ee01b6056248c20deb385adb766aae Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 24 Feb 2016 16:10:33 +0100 Subject: [PATCH] added zepto cloc file --- .scripts/cloc-z.txt | 5 +++++ .vim/bundle/zepto-vim | 2 +- bash_profile | 1 + zshrc | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .scripts/cloc-z.txt diff --git a/.scripts/cloc-z.txt b/.scripts/cloc-z.txt new file mode 100644 index 0000000..f18ddf1 --- /dev/null +++ b/.scripts/cloc-z.txt @@ -0,0 +1,5 @@ +zepto + filter remove_matches ^\s*; + filter remove_inline ;.*$ + extension zp + 3rd_gen_scale 1.25 diff --git a/.vim/bundle/zepto-vim b/.vim/bundle/zepto-vim index 3c0597a..e0824e1 160000 --- a/.vim/bundle/zepto-vim +++ b/.vim/bundle/zepto-vim @@ -1 +1 @@ -Subproject commit 3c0597adb757dc4ee0412e0701398b5818a0608f +Subproject commit e0824e19bbf75d4b2a31eabdfa7561498d35d0bc diff --git a/bash_profile b/bash_profile index e074d98..182ba16 100644 --- a/bash_profile +++ b/bash_profile @@ -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 diff --git a/zshrc b/zshrc index 65d3172..af38024 100644 --- a/zshrc +++ b/zshrc @@ -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"