MAINT: minor updates
This commit is contained in:
parent
f9a89bcd15
commit
aa2b92a55a
3 changed files with 61 additions and 32 deletions
|
@ -15,7 +15,7 @@ alias mailserver="sudo python -m smtpd -n -c DebuggingServer localhost:25"
|
|||
alias mongod="mongod --config /usr/local/etc/mongod.conf"
|
||||
alias venv="source venv/bin/activate"
|
||||
alias devenv="deactivate"
|
||||
alias q="source activate q2dev"
|
||||
alias q="conda activate q2dev"
|
||||
alias i="ipython3"
|
||||
|
||||
BASE16_SHELL=$HOME/.config/base16-shell/
|
||||
|
@ -67,3 +67,5 @@ function back_things_up() {
|
|||
# TODO: once confident pruning is working well, add that in here
|
||||
}
|
||||
|
||||
|
||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue