2019-12-23 03:45:41 +00:00
|
|
|
if [[ -f $HOME/.profile ]]; then
|
|
|
|
source $HOME/.profile
|
|
|
|
fi
|
2019-08-15 13:45:08 +00:00
|
|
|
|
2019-12-23 03:45:41 +00:00
|
|
|
# This is a program that `sudo -a` needs for prompting the user and password.
|
|
|
|
export SUDO_ASKPASS="$HOME/bin/askpass"
|