aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index d7df6a9..6d8c25b 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -2,7 +2,3 @@
2 2
3# Get the aliases and functions 3# Get the aliases and functions
4[ -f $HOME/.bashrc ] && . $HOME/.bashrc 4[ -f $HOME/.bashrc ] && . $HOME/.bashrc
5
6
7
8export PATH="$HOME/.poetry/bin:$PATH"