Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lewagon/dotfiles
Browse files Browse the repository at this point in the history
# Conflicts:
#	Preferences.sublime-settings
  • Loading branch information
ssaunier committed Dec 1, 2017
2 parents 8f2b5a9 + f54517e commit 695e249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ backup() {
for name in *; do
if [ ! -d "$name" ]; then
target="$HOME/.$name"
if [[ ! "$name" =~ '\.sh$' ]] && [ "$name" != 'README.md' ]; then
if [[ ! "$name" =~ '\.sh$' ]] && [ "$name" != 'README.md' ] && [[ ! "$name" =~ '\.sublime-settings$' ]]; then
backup $target

if [ ! -e "$target" ]; then
Expand Down
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source "${ZSH}/oh-my-zsh.sh"
unalias rm # No interactive rm by default (brought by plugins/common-aliases)

# Load rbenv if installed
export PATH="~/.rbenv/bin:${PATH}"
export PATH="${HOME}/.rbenv/bin:${PATH}"
type -a rbenv > /dev/null && eval "$(rbenv init -)"

# Rails and Ruby uses the local `bin` folder to store binstubs.
Expand Down

0 comments on commit 695e249

Please sign in to comment.