login: Make sure .profile is loaded when logging in

This commit is contained in:
histalek 2022-01-17 13:00:49 +01:00
parent 44353974b2
commit 3be98ba7cc
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03
2 changed files with 11 additions and 0 deletions

8
.bash_profile Normal file
View file

@ -0,0 +1,8 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -f ~/.profile ]] && . ~/.profile

3
.zlogin Normal file
View file

@ -0,0 +1,3 @@
[ -f ~/.profile ] && . ~/.profile