aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-22 03:34:08 +0100
committerAkshay <[email protected]>2020-07-22 03:34:08 +0100
commit51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (patch)
treeb5120bfc9b0ca72c9293afb9ed6e2e632a811deb /bash/.bash_profile
squash again
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile8
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
8export PATH="$HOME/.poetry/bin:$PATH"