diff --git a/tools.sh b/tools.sh index b35e245..192b8dc 100644 --- a/tools.sh +++ b/tools.sh @@ -6,6 +6,8 @@ set -e # Install Zed echo "Installing Zed editor..." curl -f https://zed.dev/install.sh | sh +echo 'export PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc +source ~/.bashrc # Add Zotero repository and install Zotero & Jurism echo "Setting up Zotero and Jurism repositories..."