From 04d7df115113dc2ce800a12ccb7736713967528e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 28 May 2019 16:22:18 -0400 Subject: [PATCH] dmenuaskpass correct location --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 3b09100..10e2407 100644 --- a/.profile +++ b/.profile @@ -21,7 +21,7 @@ export ZDOTDIR="$HOME/.config/zsh" export PASSWORD_STORE_DIR="$HOME/.local/share/password-store" # Other program settings: -export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass" +export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export LESS=-R export LESS_TERMCAP_mb="$(printf '%b' '')" export LESS_TERMCAP_md="$(printf '%b' '')"