Skip to content

Commit

Permalink
Trying out atom vs sublime text
Browse files Browse the repository at this point in the history
  • Loading branch information
craveytrain committed Apr 30, 2015
1 parent cf89d99 commit 2e2421e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/editors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ fi

# if sublime is here, use it
if hash subl 2>/dev/null; then
export VISUAL='subl -n'
# export VISUAL='subl -n'
export VISUAL='atom -n'
fi

export PAGER='less'

0 comments on commit 2e2421e

Please sign in to comment.