Skip to content

Commit

Permalink
support wslpath
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jan 18, 2025
1 parent a7d6704 commit dfbbc6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .settings
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ if [[ "$os" == "Darwin" ]]; then
export MANPATH="/opt/homebrew/opt/coreutils/libexec/gnuman:$MANPATH"
fi

if [ -f /bin/wslpath ]; then
USER_PATHS="$HOME/.local/bin:$USER_PATHS"
fi

## inject additional dirs
export PATH="$USER_PATHS:$PATH"

Expand Down

0 comments on commit dfbbc6a

Please sign in to comment.