Source .profile.debian

This commit is contained in:
gardouille 2024-03-10 19:03:38 +01:00
parent b33b12add4
commit 0ac67bfe17
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 6 additions and 0 deletions

6
profile Normal file
View File

@ -0,0 +1,6 @@
# .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