Skip to content

Commit

Permalink
Prepare profile for Data Bootcamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Oct 6, 2019
2 parents 4b4b236 + aec7b13 commit 91b8308
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"node_modules",
"dist",
"public/packs",
"coverage"
"coverage",
".ipynb_checkpoints",
".pytest_cache",
"__pycache__"
],
"highlight_modified_tabs": true,
"hot_exit": false,
Expand All @@ -35,5 +38,5 @@
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wordWrap": false
"word_wrap": false
}
4 changes: 2 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ZSH=$HOME/.oh-my-zsh
# https://github.com/robbyrussell/oh-my-zsh/wiki/themes
ZSH_THEME="robbyrussell"

# Useful plugins for Rails development with Sublime Text
plugins=(last-working-dir common-aliases sublime zsh-syntax-highlighting history-substring-search)
# Useful oh-my-zsh plugins for Le Wagon bootcamps
plugins=(git gitfast last-working-dir common-aliases sublime zsh-syntax-highlighting history-substring-search)

# Prevent Homebrew from reporting - https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md
export HOMEBREW_NO_ANALYTICS=1
Expand Down

0 comments on commit 91b8308

Please sign in to comment.