In case it's fine to post here I will just ask.
When running this command in a GeekTool Shell Geeklet
I don't get my system PATH I get the PATH GeekTool uses.
How would I get my system PATH to show in the GeekTool "Shell" - without exporting paths in the GeekTool Shell command?
When running this command in a GeekTool Shell Geeklet
Code:
#!/usr/bin/env bash
echo "${PATH//:/$'\n'}"
I don't get my system PATH I get the PATH GeekTool uses.
Code:
/usr/bin
/bin
/usr/sbin
/sbin
How would I get my system PATH to show in the GeekTool "Shell" - without exporting paths in the GeekTool Shell command?
Last edited: