Skip to content

Commit

Permalink
EDITOR="subl -n -w"
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbayerlein committed Mar 16, 2014
1 parent 357d7e0 commit 230511b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitconfig.erb
Expand Up @@ -7,7 +7,7 @@
[color]
ui = true
[core]
editor = /usr/local/bin/vim
editor = subl -n -w
autocrlf = input
safecrlf = true
[merge]
Expand Down
2 changes: 1 addition & 1 deletion .pryrc
@@ -1,4 +1,4 @@
Pry.config.editor = 'subl -w'
Pry.config.editor = 'subl -n -w'

# https://github.com/kyrylo/pry-theme
# $ gem install pry-theme
Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -11,7 +11,7 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
fi

# Customize to your needs...
export EDITOR="subl -w"
export EDITOR="subl -n -w"
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
export PATH=/usr/local/share/npm/bin:$PATH
eval "$(rbenv init -)"
Expand Down

0 comments on commit 230511b

Please sign in to comment.