diff --git a/config/zshrc b/config/zshrc index d3d4b9b..c36b46d 100644 --- a/config/zshrc +++ b/config/zshrc @@ -146,10 +146,11 @@ then fi # Liz stuff lol -# curl -fsSL https://icanhazdadjoke.com | lolcat +echo "$(curl -fsSL https://icanhazdadjoke.com)" | lolcat export PATH="$PATH:/Volumes/Exodrive/Code/flutter/bin" export PATH="$PATH:~/Library/Android/sdk/platform-tools:~/Library/Android/sdk/build-tools" +export PATH="$HOME/.local/bin:$PATH" export ANDROID_HOME=~/Library/Android/sdk export ANDROID_SDK_ROOT=~/Library/Android/sdk @@ -166,4 +167,4 @@ export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" alias slicer="rm -rf /Volumes/Exodrive/Slicer.zip;zip -r /Volumes/Exodrive/Slicer.zip ~/Library/Application\ Support/PrusaSlicer/*" -alias ls=lsd +#alias ls=lsd