dotfiles/zsh/.zprofile

7 lines
183 B
Plaintext
Raw Normal View History

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"