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
On Fri, Jan 4, 2019, at 14:14, Caio Barros wrote:
> #!bin/sh
> surf https://duckduckgo.com
Note there is a typo in that hashbang,
> 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
Hello. The right top terminal is xfce4-terminal, right bottom is st. As you
can see, green color becomes gray. Is st assumed to handle colors like
that? By the way, xfce4-terminal has "Show bold text in bright colors"
option. When it is on, the terminal emulator behaves like st.