diff --git a/bash/.bashrc b/bash/.bashrc index f3ca3b7..0b9f8cb 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,6 +7,5 @@ then . /etc/bash_completion fi - export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting diff --git a/bash/.profile b/bash/.profile index 0ba5db6..df53b55 100644 --- a/bash/.profile +++ b/bash/.profile @@ -41,6 +41,8 @@ set_prompt # TODO: make this work on both platforms alias ls="ls -G" +alias notes="vim ~/notes.md" + # default editor export EDITOR=vim @@ -72,5 +74,8 @@ source $HOME/.install/google-cloud-sdk/path.bash.inc alias iex="iex --erl \"-kernel shell_history enabled\"" +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)" + [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index def810f..20e599d 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -34,7 +34,6 @@ SetupTabbing " makes LaTeX use spell checking, word wrapping autocmd FileType tex set wrap spell autocmd FileType make set noexpandtab -autocmd FileType python SetupTabbing autocmd FileType markdown set wrap let java_allow_cpp_keywords=1