aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-08-30 15:23:34 -0400
committertdro <tdro@users.noreply.github.com>2021-08-30 15:23:34 -0400
commit59fc92eaf03cfe9a39e9a555caa8a9aa376f3092 (patch)
tree97e5932971eb6dababf9f9f322148d153da44ede /.bash_profile
parent16976a820a3641882ca7e3d6fbf77343c7661f27 (diff)
downloaddotfiles-59fc92eaf03cfe9a39e9a555caa8a9aa376f3092.tar.gz
dotfiles-59fc92eaf03cfe9a39e9a555caa8a9aa376f3092.tar.bz2
dotfiles-59fc92eaf03cfe9a39e9a555caa8a9aa376f3092.zip
.bash_profile: Remove SUDO_ASKPASS
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 0 insertions, 1 deletions
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"