From 42506d1606fea81a67530a0ff6ed93ec816a1594 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Fri, 9 Apr 2021 18:00:27 +1000 Subject: Initial lite config --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..9df1d19 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +# Nick's light .bash_profile +# Load generic profile + bashrc + +[ -f ~/.profile ] && . ~/.profile +[ -f ~/.bashrc ] && . ~/.bashrc -- cgit