From 21a1a40cae1bd94e09e61557884fe7dc1a84e934 Mon Sep 17 00:00:00 2001 From: odrling Date: Mon, 27 Nov 2023 18:47:25 +0100 Subject: [PATCH] [bash] add .bash_profile --- .bash_profile | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..c528677 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,4 @@ +. ~/.profile + +# runs your .bashrc and is recommended by the bash info pages. +[ -f ~/.bashrc ] && . ~/.bashrc diff --git a/.gitignore b/.gitignore index 8e6f724..f686e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ Cache # bash config !/.bashrc +!/.bash_profile # zsh config files !/.zshrc