diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
| commit | a27848fc98289795e6e4e61322f3e7d425a707b3 (patch) | |
| tree | 0916d1d2608612853bdfff6f22f5aff33e3c98eb /.config/shell/profile | |
| parent | fd20f3a9da6caabffb94cc5c130c4f66c1306113 (diff) | |
SUDO_ASKPASS variable set
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 4fc550d..6b177f8 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -24,6 +24,7 @@ export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc" export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ # Other program settings +export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export FZF_DEFAULT_OPTS="--layout=reverse --height 40%" export PATH=$PATH:$HOME/.local/bin |
