Fix bash path variable

This commit is contained in:
Gwen Lofman 2022-06-28 14:44:08 -04:00
parent 81d0d2aeee
commit acaef2bc0a
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ export PATH="$HOME/.stack/programs/x86_64-linux/ghc-8.2.2/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
### Local packages
export PATH="$HOME/.local/bin"
export PATH="$HOME/.local/bin:$PATH"