bash: Add Cog; macbook-air comment out flutter

This commit is contained in:
2023-10-25 23:05:47 +01:00
parent 676c8e38b5
commit 02161b55e9
2 changed files with 4 additions and 2 deletions

2
bashrc.d/local/Cog.bash Normal file
View File

@@ -0,0 +1,2 @@
addpath $HOME/.local/bin
addpath $HOME/.emacs.d/savefiles/straight/repos/mu/build/mu/

View File

@@ -5,8 +5,8 @@
# export PGDATA="/Users/$USER/Library/Application Support/Postgres/var-13"
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
# addpath $HOME/opt/flutter-2.5.2/bin/
# addpath $HOME/Library/Python/3.9/bin
if [ "$(which pyenv)" != "" ] ; then
eval "$(pyenv init -)"