IMP: vscode-specific project structuring (#6)

This commit is contained in:
Matthew Ryan Dillon 2020-05-12 14:32:17 -07:00 committed by GitHub
parent cba51bb5c7
commit 4e388ed79a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1161 additions and 982 deletions

View file

@ -20,8 +20,8 @@ fi
# Editors
#
export EDITOR='code'
export VISUAL='code'
export EDITOR='vim'
export VISUAL='vim'
export PAGER='less'
#
@ -67,16 +67,10 @@ fi
typeset -gU cdpath fpath mailpath path
# Set the the list of directories that cd searches.
cdpath=(
# shortcuts to projects
$HOME/src/biocore
$HOME/src/caporaso-lab
$HOME/src/gregcaporaso
$HOME/src/qiime2
$HOME/src/thermokarst
.
$cdpath
)
# cdpath=(
# .
# $cdpath
# )
# Set the list of directories that Zsh searches for programs.
path=(
@ -85,9 +79,8 @@ path=(
# miniconda
/opt/miniconda3/bin
# yarn
$HOME/.yarn/bin
$HOME/.config/yarn/global/node_modules/.bin
# npm
$HOME/.npm-packages/bin
# misc apps
/Applications/Postgres.app/Contents/Versions/12/bin/