From cef7e7ad972f81b8848ce9a36d27a3724a26698e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Jul 2022 18:58:09 -0700 Subject: [zsh] Set the askpass program in case a program needs to use it --- zsh/profile.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zsh') diff --git a/zsh/profile.org b/zsh/profile.org index 98803b8..df55971 100644 --- a/zsh/profile.org +++ b/zsh/profile.org @@ -91,6 +91,12 @@ Add a directory in my home to the list where scsh will try to load libraries fro export SCSH_LIB_DIRS="#f \"${HOME}/usr/share/scsh/\"" #+end_src +** Askpass + +#+begin_src sh + export SUDO_ASKPASS="${HOME}/usr/bin/askpass-rofi" +#+end_src + * Systemd Import some variables into the systemd environment so that services -- cgit v1.2.3-54-g00ecf