Skip to content

Commit

Permalink
add ~/.local/bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed May 17, 2018
1 parent e0fd483 commit 14bfb54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .shared_env
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ for dir in $ZDOTDIRREVPATH; do
for newpath in \
$dir/sbin \
$dir/bin \
$dir/.local/bin \
; do
if [ -d $newpath ]; then
if [ -z "$newpaths" ]; then
Expand Down

0 comments on commit 14bfb54

Please sign in to comment.