diff options
author | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-22 03:34:08 +0100 |
commit | 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (patch) | |
tree | b5120bfc9b0ca72c9293afb9ed6e2e632a811deb /bash/.bash_profile |
squash again
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..d7df6a9 --- /dev/null +++ b/bash/.bash_profile | |||
@@ -0,0 +1,8 @@ | |||
1 | # .bash_profile | ||
2 | |||
3 | # Get the aliases and functions | ||
4 | [ -f $HOME/.bashrc ] && . $HOME/.bashrc | ||
5 | |||
6 | |||
7 | |||
8 | export PATH="$HOME/.poetry/bin:$PATH" | ||