dotfiles/zsh/.zprofile
2019-12-23 11:45:41 +08:00

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"