login: Make sure .profile is loaded when logging in
This commit is contained in:
parent
44353974b2
commit
3be98ba7cc
2 changed files with 11 additions and 0 deletions
8
.bash_profile
Normal file
8
.bash_profile
Normal file
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
[[ -f ~/.profile ]] && . ~/.profile
|
||||
|
3
.zlogin
Normal file
3
.zlogin
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
[ -f ~/.profile ] && . ~/.profile
|
||||
|
Loading…
Add table
Reference in a new issue