From 45503702fdb366ad643f4827e50c0df7cf93980e Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 13 Jan 2021 23:31:44 +0100 Subject: Reorder using Stow better --- bash/dot-bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bash/dot-bash_profile (limited to 'bash/dot-bash_profile') diff --git a/bash/dot-bash_profile b/bash/dot-bash_profile new file mode 100644 index 0000000..7d5f3c9 --- /dev/null +++ b/bash/dot-bash_profile @@ -0,0 +1,4 @@ +# Load bashrc to mantain only one file +if [ -f "$HOME/.bashrc" ]; then + source "$HOME/.bashrc" +fi -- cgit v1.2.3