From c03cef0e2588748f9765840bbffbe60dfabb820c Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Jan 2025 02:03:42 -0600 Subject: Add Grayjay download to PATH This seems to work better than the AUR package (maybe) --- sh/profile | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3