homeserver-iac/roles/dotfiles/templates/bash_profile.j2

7 lines
150 B
Bash
Raw Permalink Normal View History

# Automatically deploy dotfiles on login
if [ ! -e ~/.config/dot_profile.example ]; then
~/dots/dotinstall.sh > /dev/null 2>&1
fi
source ~/.profile