Skip to content

Commit

Permalink
add .local/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
doot committed Sep 26, 2024
1 parent 049b544 commit ed61582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ PATH="${VOLTA_HOME}/bin:$PATH"
PATH="$PATH:$HOME/.dotfiles/kyrat/bin"
PATH="$PATH:/usr/local/linkedin/bin:/export/content/linkedin/bin" # not sure why kyrat causes these not to added from /etc/profile

PATH="$PATH:${HOME}/.local/bin"

export PATH


Expand Down

0 comments on commit ed61582

Please sign in to comment.