dmenuaskpass correct location
This commit is contained in:
parent
f6ee23ed74
commit
04d7df1151
1 changed files with 1 additions and 1 deletions
2
.profile
2
.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' '[1;31m')"
|
||||
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"
|
||||
|
|
Loading…
Reference in a new issue