local: add pyenv for MacBook-Air
This commit is contained in:
@@ -7,3 +7,11 @@ alias clearpgpid="rm $PGDATA/postmaster.pid"
|
|||||||
echo "Adding Flutter to path"
|
echo "Adding Flutter to path"
|
||||||
addpath $HOME/opt/flutter-2.5.2/bin/
|
addpath $HOME/opt/flutter-2.5.2/bin/
|
||||||
addpath $HOME/Library/Python/3.9/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'
|
||||||
|
|||||||
Reference in New Issue
Block a user