From 729981e5787f72d0ccb6f639b882d33faf1bdd46 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Thu, 10 Aug 2017 03:35:06 -0400 Subject: [PATCH] renamed .env symlink to .envars --- .vimrc | 1 - install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 4481313..4052408 100644 --- a/.vimrc +++ b/.vimrc @@ -31,4 +31,3 @@ set expandtab " insert spaces when hitting TABS set softtabstop=4 " insert/delete 4 spaces when hitting a TAB/BACKSPACE set shiftround " round indent to multiple of 'shiftwidth' set autoindent " align the new line indent with the previous line - diff --git a/install.sh b/install.sh index ab55ae0..82fc29f 100755 --- a/install.sh +++ b/install.sh @@ -14,4 +14,4 @@ ln -sfv "$DOTFILES_DIR/.bash_profile" ~ ln -sfv "$DOTFILES_DIR/.bashrc" ~ ln -sfv "$DOTFILES_DIR/.bash_aliases" ~ ln -sfv "$DOTFILES_DIR/.bash_functions" ~ -ln -sfv "$DOTFILES_DIR/.env" ~ +ln -sfv "$DOTFILES_DIR/.envars" ~