Hi everyone,

I have built some simple shell scripts and put tem all on a ~/scripts
directory. The directory was already added to PATH so if I'm on a
terminal I can just type, for instance:

$ duck

and that should launch a script wich contains

#!bin/sh
surf https://duckduckgo.com

That works, but for some reason dmenu (+ dwm) doesn't accept this
command. It only works if I type the full directory (i. e.
~/scripts/duck or /home/caio/scripts/duck). I can confirm that the
directory ~/scripts is on PATH. Any ideas of what can I do?

Reply via email to