home_public/profile

9 lines
242 B
Plaintext
Raw Permalink 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
2024-03-10 19:17:34 +01:00
elif [ -f /etc/arch-release ]; then
source .profile.archlinux
2024-03-10 19:03:38 +01:00
fi