summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-01-20 02:03:42 -0600
committerzachir <zachir@librem.one>2025-01-20 02:03:42 -0600
commitc03cef0e2588748f9765840bbffbe60dfabb820c (patch)
tree9d044f64525939e7f942322af8ead868a24f6d74
parent5cd2648ba1c31751ef20cca70963c797e729b07f (diff)
Add Grayjay download to PATH
This seems to work better than the AUR package (maybe)
-rw-r--r--sh/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/profile b/sh/profile
index b83d012..64401f3 100644
--- a/sh/profile
+++ b/sh/profile
@@ -116,6 +116,7 @@ addtopath "$HOME/.local/bin/blocks"
addtopath "$HOME/.local/bin/ignore"
addtopath "$HOME/.local/bin/volsv"
addtopath "$HOME/.local/bin"
+addtopath "$HOME/Downloads/Grayjay.Desktop-linux-x64-v2"
addtopath "$HOME/.local/bin/flatpak-sc"
addtopath "$HOME/.local/share/flatpak/exports/bin/"
addtopath "$CARGO_HOME/bin"