summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-28 16:22:18 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-28 16:22:18 -0400
commit04d7df115113dc2ce800a12ccb7736713967528e (patch)
treea6f36050173ef947ad2e4c199e28a3d0c7a5de78
parentf6ee23ed74b9ee0bac86f0e6865cb767db7cf28d (diff)
downloadeibhear-04d7df115113dc2ce800a12ccb7736713967528e.tar.gz
eibhear-04d7df115113dc2ce800a12ccb7736713967528e.tar.zst
eibhear-04d7df115113dc2ce800a12ccb7736713967528e.zip
dmenuaskpass correct location
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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' '')"