diff --git a/vimrc b/vimrc index 8840038..82cd488 100644 --- a/vimrc +++ b/vimrc @@ -22,6 +22,8 @@ set smartcase set tabstop=4 set textwidth=67 +au BufRead,BufNewFile *.gcfg setfiletype gitconfig + map ,t :w map ,- :nohl map ,w :%s/ *$// diff --git a/zshrc b/zshrc index 056ba1b..fef87ce 100644 --- a/zshrc +++ b/zshrc @@ -155,6 +155,7 @@ __maybesource ~/.travis/travis.sh __maybesource ~/google-cloud-sdk/path.zsh.inc __maybesource ~/google-cloud-sdk/completion.zsh.inc __maybesource /usr/share/nvm/init-nvm.sh +__maybesource /usr/local/opt/nvm/nvm.sh __maybesource ~/.kiex/scripts/kiex if [[ -f ~/perl5/lib/perl5/local/lib.pm ]]; then