home_public/profile

7 lines
179 B
Plaintext
Raw Normal View History

2024-03-10 19:03:38 +01:00
# .profile will source propre profile file according to OS
# https://git.101010.fr/gardouille-dotfiles/home_public
if [ -f /etc/debian_version ]; then
source .profile.debian
fi