Skip to content

Instantly share code, notes, and snippets.

@fimars
Created December 27, 2024 06:45
Show Gist options
  • Save fimars/09d73c1af986135f5984c81359fb8e59 to your computer and use it in GitHub Desktop.
Save fimars/09d73c1af986135f5984c81359fb8e59 to your computer and use it in GitHub Desktop.
xdg-open error
mkdir ~/tmp-bin && export PATH=$PATH:~/tmp-bin && echo "#!/bin/sh" > ~/tmp-bin/xdg-open && chmod +x ~/tmp-bin/xdg-open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment