From 3be98ba7cc3595acc5c9f563561cc21ff4716dbd Mon Sep 17 00:00:00 2001 From: histalek Date: Mon, 17 Jan 2022 13:00:49 +0100 Subject: [PATCH] login: Make sure .profile is loaded when logging in --- .bash_profile | 8 ++++++++ .zlogin | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .bash_profile create mode 100644 .zlogin diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..980e9be --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +[[ -f ~/.profile ]] && . ~/.profile + diff --git a/.zlogin b/.zlogin new file mode 100644 index 0000000..8f95df0 --- /dev/null +++ b/.zlogin @@ -0,0 +1,3 @@ + +[ -f ~/.profile ] && . ~/.profile +