diff --git a/.bashrc b/.bashrc index 9c1b50b..24db9e2 100644 --- a/.bashrc +++ b/.bashrc @@ -232,8 +232,14 @@ export MANPATH="$NPM_PACKAGES/share/man:$(manpath)" # *ENV STUFF -eval "$(anyenv init -)" -eval "$(rbenv init -)" +if [ -y /usr/local/bin/anyenv ] + then + eval "$(anyenv init -)" +fi +if [ -y /usr/local/bin/rbenv ] + then + eval "$(rbenv init -)" +fi # ALIASES alias ll="ls -lisa" diff --git a/.ssh/config.d/.propeller.swp b/.ssh/config.d/.propeller.swp deleted file mode 100644 index 133b106..0000000 Binary files a/.ssh/config.d/.propeller.swp and /dev/null differ diff --git a/.vimrc b/.vimrc index 8deeadc..1730444 100644 --- a/.vimrc +++ b/.vimrc @@ -45,3 +45,4 @@ map :NERDTreeToggle nnoremap :w :! clear; ./% let g:closetag_filenames = '*.html,*.xhtml,*.phtml,*.php' +autocmd BufRead ~/.ssh/config.d/* set syntax=sshconfig