Skip to content

Commit

Permalink
Add a bunch of stuff I'm bad at good git practices w/ my dotfiles
Browse files Browse the repository at this point in the history
including this terrible commit message
  • Loading branch information
mileszs committed Jul 23, 2019
1 parent 9e198c9 commit 3883ca1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
16 changes: 16 additions & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,19 @@
source ~/.bashrc

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
# added by Anaconda3 2019.03 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/Users/mileszs/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/Users/mileszs/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/mileszs/anaconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/Users/mileszs/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
6 changes: 5 additions & 1 deletion vim/.netrwhist
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =3
let g:netrw_dirhist_cnt =7
let g:netrw_dirhist_1='/Users/mileszs/code/olio/episode360-api/app/services'
let g:netrw_dirhist_2='/Users/mileszs/code/olio/episode360-api/app/services/notify'
let g:netrw_dirhist_3='/Users/mileszs/code/olio/api/.circleci'
let g:netrw_dirhist_4='/Users/mileszs/code/olio/api/app/models'
let g:netrw_dirhist_5='/Users/mileszs/code/archive/peerview-data/pvd_dashboard/jobs'
let g:netrw_dirhist_6='/Users/mileszs/code/olio/api/.circleci'
let g:netrw_dirhist_7='/Users/mileszs/code/crystal_reddit/src'
1 change: 1 addition & 0 deletions vim/bundle/vim-crystal
Submodule vim-crystal added at ca2647
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Plugin 'mustache/vim-mustache-handlebars'
Plugin 'tclem/vim-arduino'
Plugin 'godlygeek/tabular'
Plugin 'dart-lang/dart-vim-plugin'
Plugin 'rhysd/vim-crystal'

" All of your Plugins must be added before the following line
call vundle#end() " required
Expand Down

0 comments on commit 3883ca1

Please sign in to comment.