mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
7 lines
183 B
Bash
7 lines
183 B
Bash
if [[ -f $HOME/.profile ]]; then
|
|
source $HOME/.profile
|
|
fi
|
|
|
|
# This is a program that `sudo -a` needs for prompting the user and password.
|
|
export SUDO_ASKPASS="$HOME/bin/askpass"
|