On Fri, May 16, 2025 at 08:05:50 -0700, pe...@easthope.ca wrote: > Currently have this. > ev () { /usr/bin/evince "$@" & } > > DISPLAY is set in .bashrc now. Not needed in trivial functions.
Why are you setting the DISPLAY variable? That sounds like a really bad idea. Or, at best, it's only viable in a very specialized setup.