diff --git a/vimrc b/vimrc index c990c8c..36d3cde 100644 --- a/vimrc +++ b/vimrc @@ -7,7 +7,7 @@ execute pathogen#infect() " * git://github.com/tpope/vim-git.git " * https://github.com/tpope/vim-sensible.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/bling/vim-airline " * https://github.com/vim-airline/vim-airline-themes diff --git a/zsh/zshrc b/zsh/zshrc index 50bd3c7..4a13f73 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,5 +1,5 @@ # 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 export ZSH_CUSTOM=$ZDOTDIR/custom