Skip to content

Commit

Permalink
remove path
Browse files Browse the repository at this point in the history
  • Loading branch information
jpabbuehl committed Nov 19, 2023
1 parent 734a68b commit 4e380e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash


# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
Expand Down Expand Up @@ -28,6 +27,3 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi


export PATH="$HOME/.poetry/bin:$PATH"

0 comments on commit 4e380e6

Please sign in to comment.