Skip to content

Commit

Permalink
Use a local library directory for shared libs and add other path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Aug 2, 2022
1 parent f054695 commit 992b877
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zsh.rc/93-env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ export PATH=$PATH:~/go/bin
export LESS=-Xr
export LESSOPEN='|~/.lessfilter %s'
export PATH=$HOME/bin:$PATH:/usr/lib/llvm-3.6/bin
export PATH=~/.local/bin:$PATH
export PLAN9=/usr/local/plan9
export PATH=$PATH:$PLAN9/bin
export PATH=/usr/local/bin:$PATH:$PLAN9/bin
export PATH=~/.local/bin:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:~/.local/lib
export LOGXI_FORMAT=happy,maxcol=256
export LOGXI="*=INF"

0 comments on commit 992b877

Please sign in to comment.