From e71aa6eebc4c4197c943d76e8961ba4bfed77157 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 7 Oct 2023 18:29:07 +0100 Subject: bash profile --- .bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..6d8c25b --- /dev/null +++ b/.bash_profile @@ -0,0 +1,4 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc -- cgit v1.2.3