From cde5427d441b5931b4a9d2bb8e611c3fb57d53cf Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Fri, 23 Oct 2020 13:41:20 -0400 Subject: [PATCH] update dotfiles v2 --- bashrc | 1 + vimrc | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index 8f3c31f..2c8bb0c 100644 --- a/bashrc +++ b/bashrc @@ -63,6 +63,7 @@ if [[ "$OSTYPE" == 'darwin'* ]]; then if [[ -z $TMUX ]]; then export PATH=$GEM_HOME/bin:$PATH export PATH=$HOME/.linkerd2/bin:$PATH + export PATH=$HOME/.rvm/bin:$PATH export PATH=/usr/local/opt/python/libexec/bin:$PATH export PATH=/usr/local/opt/ncurses/bin:$PATH fi diff --git a/vimrc b/vimrc index d36c2d0..37c7e40 100644 --- a/vimrc +++ b/vimrc @@ -47,7 +47,7 @@ nnoremap l :CodeQuery Call nnoremap r :CodeQuery Caller nnoremap e :CodeQuery Callee -"" Set tabs to 2 spaces +"" Set default tabs to 2 spaces set tabstop=2 set shiftwidth=2 set expandtab @@ -72,9 +72,9 @@ colorscheme gotham256 "" Language/filetype settings syntax enable -filetype plugin on -autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab autocmd FileType go setlocal tabstop=2 shiftwidth=2 +autocmd FileType py setlocal tabstop=4 shiftwidth=4 expandtab +autocmd FileType yaml setlocal tabstop=2 shiftwidth=2 expandtab "" Ctags set path+=;/