From 59fc92eaf03cfe9a39e9a555caa8a9aa376f3092 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 30 Aug 2021 15:23:34 -0400 Subject: .bash_profile: Remove SUDO_ASKPASS --- .bash_profile | 1 - 1 file changed, 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 65b8d02..bec97ce 100644 --- a/.bash_profile +++ b/.bash_profile @@ -61,7 +61,6 @@ export PASSWORD_STORE_DIR="$XDG_CONFIG_HOME/pass" export PROMPT_COMMAND='cd .; history -a; history -n;' export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" -export SUDO_ASKPASS="$HOME/.local/bin/rofi-askpass" export TERMINAL=urxvt export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" -- cgit v1.2.3