i hate vim bundles
This commit is contained in:
Submodule .vim/bundle/ctrlp.vim updated: 564176f01d...b5d3fe66a5
Submodule .vim/bundle/ghcmod-vim updated: 1cab59653e...7e5f6102aa
Submodule .vim/bundle/haskell-vim updated: 72900a16f7...890395d5f5
Submodule .vim/bundle/neco-ghc updated: 53a3d63bc4...7d2c360736
Submodule .vim/bundle/nerdtree updated: 4ebbb533c3...3b98a7fcae
0
.vim/bundle/rust.vim/.gitignore
vendored
Normal file → Executable file
0
.vim/bundle/rust.vim/.gitignore
vendored
Normal file → Executable file
0
.vim/bundle/rust.vim/README.md
Normal file → Executable file
0
.vim/bundle/rust.vim/README.md
Normal file → Executable file
0
.vim/bundle/rust.vim/after/syntax/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/after/syntax/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/autoload/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/autoload/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/compiler/cargo.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/compiler/cargo.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/compiler/rustc.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/compiler/rustc.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/doc/rust.txt
Normal file → Executable file
0
.vim/bundle/rust.vim/doc/rust.txt
Normal file → Executable file
0
.vim/bundle/rust.vim/ftdetect/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/ftdetect/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/ftplugin/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/ftplugin/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/indent/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/indent/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/plugin/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/plugin/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/syntax/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/syntax/rust.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/syntax_checkers/rust/rustc.vim
Normal file → Executable file
0
.vim/bundle/rust.vim/syntax_checkers/rust/rustc.vim
Normal file → Executable file
Submodule .vim/bundle/supertab updated: 9f7da6d498...c8bfeceb1f
Submodule .vim/bundle/syntastic updated: 281b29487f...e1217a888a
Submodule .vim/bundle/tagbar updated: 7b36c46d17...c6b473f559
Submodule .vim/bundle/tslime.vim updated: 4a8091956e...71ec1cbe8f
Submodule .vim/bundle/vim-airline updated: 14d14cf951...f45ecdac15
Submodule .vim/bundle/vim-commentary updated: e0f4850d78...9c685131a5
Submodule .vim/bundle/vim-extradite updated: 52326f6d33...a1dc4b63be
Submodule .vim/bundle/vim-fugitive updated: 8851b8fe64...4cc201cbe3
Submodule .vim/bundle/vim-haskellConcealPlus updated: fdd4e15800...9c12f6d816
Submodule .vim/bundle/vim-indent-guides updated: 49bde6fa30...184e55848d
Submodule .vim/bundle/vim-indent-object updated: 1d3e4aac01...78fffa609b
Submodule .vim/bundle/vim-jade updated: f760e23938...fb47bb8303
Submodule .vim/bundle/vim-tmux-navigator updated: 1298b71c42...928a52fbda
Submodule .vim/bundle/vimproc.vim updated: f96e476e41...0f68bcd933
Submodule .vim/bundle/vundle updated: 5f70ae6025...cfd3b2d388
3
vimrc
3
vimrc
@@ -168,9 +168,6 @@ nnoremap <leader>ma :set mouse=a<cr>
|
|||||||
" Turn mouse mode off
|
" Turn mouse mode off
|
||||||
nnoremap <leader>mo :set mouse=<cr>
|
nnoremap <leader>mo :set mouse=<cr>
|
||||||
|
|
||||||
" remove trailing spaces
|
|
||||||
command Remtrail %s/ +$//g
|
|
||||||
|
|
||||||
" Default to mouse mode on
|
" Default to mouse mode on
|
||||||
set mouse=a
|
set mouse=a
|
||||||
" }}}
|
" }}}
|
||||||
|
10
zshrc
10
zshrc
@@ -39,7 +39,6 @@ alias g++="g++-5"
|
|||||||
alias psh="perl ~/.scripts/psh"
|
alias psh="perl ~/.scripts/psh"
|
||||||
alias push="git push"
|
alias push="git push"
|
||||||
alias pull="git pull"
|
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 pupgrade2="pip2.7 install --upgrade pip; python2.7 ~/.pip-upgrade 2"
|
||||||
alias pupgrade3="pip3 install --upgrade pip; python3 ~/.pip-upgrade 3"
|
alias pupgrade3="pip3 install --upgrade pip; python3 ~/.pip-upgrade 3"
|
||||||
alias pupgrade="pupgrade2 && pupgrade3"
|
alias pupgrade="pupgrade2 && pupgrade3"
|
||||||
@@ -49,21 +48,17 @@ alias ghc-sandbox="ghc -no-user-package-db -package-db .cabal-sandbox/*-packages
|
|||||||
alias ghci-sandbox="ghci -no-user-package-db -package-db .cabal-sandbox/*-packages.conf.d"
|
alias ghci-sandbox="ghci -no-user-package-db -package-db .cabal-sandbox/*-packages.conf.d"
|
||||||
alias runhaskell-sandbox="runhaskell -no-user-package-db -package-db .cabal-sandbox/*-packages.conf.d"
|
alias runhaskell-sandbox="runhaskell -no-user-package-db -package-db .cabal-sandbox/*-packages.conf.d"
|
||||||
alias psg="ps aux | grep -v grep | grep -i -e VSZ -e"
|
alias psg="ps aux | grep -v grep | grep -i -e VSZ -e"
|
||||||
alias qmake="/usr/local/Cellar/qt5/5.3.2/bin/qmake"
|
|
||||||
alias lupdate="/usr/local/Cellar/qt5/5.3.2/bin/lupdate"
|
|
||||||
alias lrelease="/usr/local/Cellar/qt5/5.3.2/bin/lrelease"
|
|
||||||
alias python="python3"
|
alias python="python3"
|
||||||
alias pysh="ipython"
|
alias pysh="ipython"
|
||||||
alias pip2="/usr/local/bin/pip"
|
alias pip2="/usr/local/bin/pip"
|
||||||
alias pip="pip3"
|
alias pip="pip3"
|
||||||
alias pypy="pypy3"
|
alias pypy="pypy3"
|
||||||
alias setjdk="launchctl setenv STUDIO_JDK /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk"
|
alias setjdk="launchctl setenv STUDIO_JDK /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk"
|
||||||
alias cdtan="cd ~/Documents/Code/Github/Detanglement/src/server/detanglement"
|
|
||||||
alias cdz="cd ~/Documents/Code/Github/zepto"
|
alias cdz="cd ~/Documents/Code/Github/zepto"
|
||||||
alias cdg="cd ~/Documents/Code/Github"
|
alias cdg="cd ~/Documents/Code/Github"
|
||||||
alias cdd="cd ~/Documents/Code/Github/decode"
|
alias cdd="cd ~/Documents/Code/Github/decode"
|
||||||
alias cdot="cd ~/Documents/Code/Github/.dotfiles"
|
alias cdot="cd ~/Documents/Code/Github/.dotfiles"
|
||||||
alias cdh="cd ~/Documents/Code/Github/hiss"
|
alias cdgo="cd ~/.go/src"
|
||||||
alias cdw="cd ~/Documents/Code/Work"
|
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 emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
|
||||||
alias dud="du -d 1"
|
alias dud="du -d 1"
|
||||||
@@ -72,7 +67,6 @@ alias ls="ls -a"
|
|||||||
alias quit="exit"
|
alias quit="exit"
|
||||||
alias howmuch="git ls-tree -r -z --name-only HEAD -- . | xargs -0 -n1 git blame --line-porcelain HEAD | grep '^author '| sort | uniq -c | sort -nr"
|
alias howmuch="git ls-tree -r -z --name-only HEAD -- . | xargs -0 -n1 git blame --line-porcelain HEAD | grep '^author '| sort | uniq -c | sort -nr"
|
||||||
alias clipboard_clear="echo lol | pbcopy"
|
alias clipboard_clear="echo lol | pbcopy"
|
||||||
alias vlc="/Applications/VLC.app/Contents/MacOS/VLC"
|
|
||||||
alias tmv="tmux split-window"
|
alias tmv="tmux split-window"
|
||||||
alias tmh="tmux split-window -h"
|
alias tmh="tmux split-window -h"
|
||||||
alias tms="tmux select-pane -t"
|
alias tms="tmux select-pane -t"
|
||||||
@@ -418,4 +412,4 @@ function zeptosay () {
|
|||||||
|
|
||||||
fortune | zeptosay
|
fortune | zeptosay
|
||||||
|
|
||||||
source ~/.zshrc.priv
|
#source ~/.zshrc.priv
|
||||||
|
Reference in New Issue
Block a user