From: Andre Ramnitz Date: Thu, 26 Feb 2026 06:50:03 +0000 (+0100) Subject: bash: fix for pywalfox X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=80042506d619fe054c966c7d3a2b4e8fe30312a6;p=dotfiles.git bash: fix for pywalfox --- diff --git a/dot-profile b/dot-profile index 1dc57f78..c3a213a8 100644 --- a/dot-profile +++ b/dot-profile @@ -40,6 +40,9 @@ export SDL_JOYSTICK_HIDAPI=0 export PATH="${PATH}:$HOME/node_modules/.bin" +# workaround for pywalfox in gentoo +~/.local/bin/noctalia_pywalfox.fix + if [ -t 0 ]; then echo ".profile says: hack along..." fi