From 5e29a63c6decaa018aae45363ea9cb6f779d9667 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Sun, 24 Jul 2016 22:47:30 -0600 Subject: [PATCH] merged home/work vim/zsh configs --- vimrc | 2 +- zsh/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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