From 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 22 Jul 2020 08:04:08 +0530 Subject: squash again --- bash/.bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash/.bash_profile') 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 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc + + + +export PATH="$HOME/.poetry/bin:$PATH" -- cgit v1.2.3