renamed .env symlink to .envars

This commit is contained in:
Brendan McDevitt 2017-08-10 03:35:06 -04:00
parent 860a305c35
commit 729981e578
2 changed files with 1 additions and 2 deletions

1
.vimrc
View file

@ -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

View file

@ -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" ~