This commit is contained in:
Orien Vandenbergh 2016-08-29 14:33:58 -06:00
commit b8ebc7ff78
2 changed files with 2 additions and 2 deletions

2
vimrc
View File

@ -7,7 +7,7 @@ execute pathogen#infect()
" * git://github.com/tpope/vim-git.git " * git://github.com/tpope/vim-git.git
" * https://github.com/tpope/vim-sensible.git " * https://github.com/tpope/vim-sensible.git
" * https://github.com/rust-lang/rust.vim.git " * https://github.com/rust-lang/rust.vim.git
" * https://github.com/chase/vim-ansible-yaml.git " * https://github.com/pearofducks/ansible-vim.git
" * https://github.com/airblade/vim-gitgutter " * https://github.com/airblade/vim-gitgutter
" * https://github.com/bling/vim-airline " * https://github.com/bling/vim-airline
" * https://github.com/vim-airline/vim-airline-themes " * https://github.com/vim-airline/vim-airline-themes

View File

@ -1,5 +1,5 @@
# Path to your oh-my-zsh installation. # Path to your oh-my-zsh installation.
export ZSH=/home/ovandenb/.zsh/oh-my-zsh export ZSH=/home/$USER/.zsh/oh-my-zsh
# Path to my omz custom directory # Path to my omz custom directory
export ZSH_CUSTOM=$ZDOTDIR/custom export ZSH_CUSTOM=$ZDOTDIR/custom