From c059adf2ea2fccf5808b6a40ad722c29a2729fbb Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Sun, 9 Feb 2020 18:39:41 -0700 Subject: Add .bash_profile, also a test. --- .bash_profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..c13e9c6 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,11 @@ +# +# ~/.bash_profile +# + +## This only is read by bash when it is a login shell, +# not an interactive one (lightdm, for example). So +# .profile has to be sourced (as well as .bashrc). See: +# https://unix.stackexchange.com/questions/88106/why-doesnt-my-bash-profile-work. + +[[ -f ~/.profile ]] && . ~/.profile +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.2.3-70-g09d2