homeserver-iac/roles/dotfiles/templates/bash_profile.j2
dogeystamp 00739e0b77
dotfiles: only deploy dotfiles once
this makes logging in waaaay snappier
2024-03-20 18:25:56 -04:00

7 lines
150 B
Django/Jinja

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