MAINT: path cleanup and beets

This commit is contained in:
Matthew Ryan Dillon 2019-02-19 14:02:45 -07:00
parent 8d16ed159b
commit 2332284d8e
5 changed files with 65 additions and 35 deletions

View file

@ -6,6 +6,8 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
source /opt/miniconda3/etc/profile.d/conda.sh
# shortcuts
alias mailserver="sudo python -m smtpd -n -c DebuggingServer localhost:25"
alias mongod="mongod --config /usr/local/etc/mongod.conf"