From 02161b55e93b6a857312cb94c02c25bb4c25c3ee Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 25 Oct 2023 23:05:47 +0100 Subject: [PATCH] bash: Add Cog; macbook-air comment out flutter --- bashrc.d/local/Cog.bash | 2 ++ bashrc.d/local/MacBook-Air.blacksun.org.uk.bash | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 bashrc.d/local/Cog.bash diff --git a/bashrc.d/local/Cog.bash b/bashrc.d/local/Cog.bash new file mode 100644 index 0000000..47ff8eb --- /dev/null +++ b/bashrc.d/local/Cog.bash @@ -0,0 +1,2 @@ +addpath $HOME/.local/bin +addpath $HOME/.emacs.d/savefiles/straight/repos/mu/build/mu/ diff --git a/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash b/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash index c4cdfe7..881f533 100644 --- a/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash +++ b/bashrc.d/local/MacBook-Air.blacksun.org.uk.bash @@ -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 -)"