Re: EXWM: file or program not found, ls

2021-01-02 Thread Vladimir Sedach
Olivier Rojon writes: > Any help or pointer is greatly appreciated. I hope I have provided > the necessary information, otherwise feel free to ask. The first thing to verify is that your login shell configuration (.bashrc or .profile) is set up with the proper PATH, etc. The defaults are. >

Re: EXWM: file or program not found, ls

2021-01-02 Thread Pierre Neidhardt
Hi Olivier, What's your login shell? If it's Bash, did you edit ~/.bashrc by any chance? The default file contains this snippet: --8<---cut here---start->8--- if [[ $- != *i* ]] then # We are being invoked from a non-interactive shell. If this # is