From 452ac48bd104e9daca6af0a1cd183c275131928e Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 5 Aug 2015 16:29:21 +0200 Subject: [PATCH] added zploc alias for counting loc in zepto files --- .vim/bundle/zepto-vim | 2 +- zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vim/bundle/zepto-vim b/.vim/bundle/zepto-vim index 73b5680..9b31ef0 160000 --- a/.vim/bundle/zepto-vim +++ b/.vim/bundle/zepto-vim @@ -1 +1 @@ -Subproject commit 73b568099f69e12585e80b1b8edc39ae4521220c +Subproject commit 9b31ef0c5b1283ca3ecaf147082ffce156e80f8e diff --git a/zshrc b/zshrc index 10b6260..1d99d36 100644 --- a/zshrc +++ b/zshrc @@ -33,6 +33,7 @@ alias gcc="gcc-5" alias g++="g++-5" alias push="git push" alias pull="git pull" +alias zploc="find . -name '*zp' -exec grep -E -v \"((^[[:space:]]*$)|(^[[:space:]];*$))\" {} \; | wc -l" alias pupgrade2="pip2.7 install --upgrade pip; python2.7 ~/.pip-upgrade 2" alias pupgrade3="pip3 install --upgrade pip; python3 ~/.pip-upgrade 3" alias pupgrade="pupgrade2 && pupgrade3"