Remove tpope/sensible plugin for vim & update zsh scripts
This commit is contained in:
parent
97566ba700
commit
e151086b27
3 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@ Plug 'vim-airline/vim-airline'
|
|||
Plug 'vim-airline/vim-airline-themes'
|
||||
Plug 'sickill/vim-monokai'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-sensible'
|
||||
Plug 'chrisbra/sudoedit.vim'
|
||||
Plug 'scrooloose/nerdtree'
|
||||
Plug 'scrooloose/nerdcommenter'
|
||||
|
|
1
zsh/.oh-my-zsh/custom/docker.zsh
Normal file
1
zsh/.oh-my-zsh/custom/docker.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
alias docker='sudo docker'
|
1
zsh/.oh-my-zsh/custom/ruby.zsh
Normal file
1
zsh/.oh-my-zsh/custom/ruby.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
export PATH="$PATH:$(ruby -rubygems -e "puts Gem.user_dir")/bin"
|
Loading…
Reference in a new issue