local: add pyenv for MacBook-Air

This commit is contained in:
2022-08-25 22:39:55 +01:00
parent 28afa9b569
commit cf2882e3f7

View File

@@ -7,3 +7,11 @@ alias clearpgpid="rm $PGDATA/postmaster.pid"
echo "Adding Flutter to path"
addpath $HOME/opt/flutter-2.5.2/bin/
addpath $HOME/Library/Python/3.9/bin
if [ "$(which pyenv)" != "" ] ; then
eval "$(pyenv init -)"
fi
export BUPSTASH_KEY="/Users/paul/data/bupstash-my-drive.key"
export BUPSTASH_REPOSITORY="/Volumes/My drive/bupstash.repo/"
alias mutt-hd='mutt -F .muttrc-hd-gm'