renamed .env symlink to .envars
This commit is contained in:
parent
860a305c35
commit
729981e578
2 changed files with 1 additions and 2 deletions
1
.vimrc
1
.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
|
||||
|
||||
|
|
|
@ -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" ~
|
||||
|
|
Loading…
Add table
Reference in a new issue