This commit is contained in:
Em 2019-10-12 19:55:04 -04:00
parent 896ebc6fb1
commit 36aa00f223
2 changed files with 1 additions and 4 deletions

4
.vimrc
View File

@ -6,10 +6,6 @@ Plugin 'VundleVim/Vundle.vim'
Plugin 'tomasr/molokai'
Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'
Plugin 'lervag/vimtex'
Plugin 'tpope/vim-fugitive'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'tpope/vim-commentary'
Plugin 'itchyny/lightline.vim'
call vundle#end()

1
.zshrc
View File

@ -68,6 +68,7 @@ alias gauthors="git log --format='%aN <%aE>' | sort -u | egrep -v '\+ed'"
alias getunicode="perl -C7 -ne 'for(split(//)){print sprintf(\"U\+\%04X\", ord).\" \".\$_.\"\n\"}'"
alias g='gatsby'
alias mkenv="python3.7 -m venv .env && source .env/bin/activate"
alias senv="source .env/bin/activate"