MAINT: vscode et al (#5)

This commit is contained in:
Matthew Ryan Dillon 2020-02-23 16:25:07 -07:00 committed by GitHub
parent 98c89a360d
commit d070b2d27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 531 additions and 734 deletions

View file

@ -20,8 +20,8 @@ fi
# Editors
#
export EDITOR='vim'
export VISUAL='vim'
export EDITOR='code'
export VISUAL='code'
export PAGER='less'
#
@ -84,9 +84,14 @@ path=(
# miniconda
/opt/miniconda3/bin
# yarn
$HOME/.yarn/bin
$HOME/.config/yarn/global/node_modules/.bin
# misc apps
/Applications/Postgres.app/Contents/Versions/12/bin/
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
)
export -U PATH