diff options
author | ubq323 <ubq323@ubq323.website> | 2023-10-07 18:29:07 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-10-07 18:29:07 +0100 |
commit | e71aa6eebc4c4197c943d76e8961ba4bfed77157 (patch) | |
tree | 5d2f9a15ac74442999ae117c5d0844b5427c5784 /.bash_profile | |
parent | 96a4d580a34a5670a9dc7285c8e0b591193ccf9b (diff) |
bash profile
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |