added luna-vim and updated loc command
This commit is contained in:
1
vimrc
1
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
|
||||
|
2
zshrc
2
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"
|
||||
|
Reference in New Issue
Block a user