fixes
This commit is contained in:
parent
896ebc6fb1
commit
36aa00f223
4
.vimrc
4
.vimrc
@ -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
1
.zshrc
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user