Skip to content

Commit

Permalink
Fixed PATH env
Browse files Browse the repository at this point in the history
  • Loading branch information
MTAwsl committed Jul 10, 2024
1 parent 4265a22 commit e6d31a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ source ~/.virtualenvs/global/bin/activate
source ~/.local/lf-shellcd/lf-shellcd

export PATH="$PATH:/opt/pypy3.9-v7.3.11-macos_arm64/bin"
export PATH="~/.local/bin:$PATH"
export PATH="/Users/socular/.local/bin:$PATH"
export PATH="/Library/TeX/texbin:$PATH"
export PATH="~/.local/lf-kitty:$PATH"
export PATH="~/.local/lf-scrollingpreview:$PATH"
export PATH="~/.local/lf-ueberzug:$PATH"
export PATH="~/.local/lf-yt:$PATH"
export PATH="/Users/socular/.local/lf-kitty:$PATH"
export PATH="/Users/socular/.local/lf-scrollingpreview:$PATH"
export PATH="/Users/socular/.local/lf-ueberzug:$PATH"
export PATH="/Users/socular/.local/lf-yt:$PATH"
export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
export PATH="/opt/MonkeyDev/bin:$PATH"
Expand Down

0 comments on commit e6d31a9

Please sign in to comment.