From 3cad0f27ad422eb02d020acef80fbe1372b399ed Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 25 Feb 2016 21:04:10 +0100 Subject: [PATCH] added luna-vim and updated loc command --- vimrc | 1 + zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 2efc769..3362ab2 100644 --- a/vimrc +++ b/vimrc @@ -88,6 +88,7 @@ Bundle 'Twinside/vim-hoogle' " Other programming languages Bundle 'digitaltoad/vim-jade' Bundle 'zepto-lang/zepto-vim' +Bundle 'hellerve/luna-vim' Plugin 'rust-lang/rust.vim' " Custom bundles diff --git a/zshrc b/zshrc index af38024..c6d60ff 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 --read-lang-def=~/.scripts/cloc-z.txt *" +alias loc="cloc --read-lang-def=/Users/veitheller/.scripts/cloc-z.txt *" alias ls="ls -a" alias quit="exit" #alias exit="killall tmux"