Skip to content

Commit

Permalink
Use vscode as editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Shepheard committed Dec 9, 2017
1 parent 677d9f9 commit a319826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export DOTFILES="$HOME/.dotfiles"

export EDITOR='subl -w'
export EDITOR='code -w'

path=(
'/usr/local/opt/coreutils/libexec/gnubin'
/usr/local/opt/coreutils/libexec/gnubin
$path
)

manpath=(
'/usr/local/opt/coreutils/libexec/gnuman'
/usr/local/opt/coreutils/libexec/gnuman
$manpath
)

Expand Down
1 change: 1 addition & 0 deletions vscode/settings.json.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prettier.printWidth": 100,
"workbench.panel.location": "bottom",
"cSpell.enabled": false,
"explorer.confirmDragAndDrop": false,
"editor.fontFamily": "Hack",
"editor.fontLigatures": true
}

0 comments on commit a319826

Please sign in to comment.