Skip to content

Commit

Permalink
Update .zprofile (#758)
Browse files Browse the repository at this point in the history
Remove trailing slash from local bin directories in PATH
  • Loading branch information
jamazi committed Jul 13, 2020
1 parent 72926c0 commit ebfaf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# to clean up.

# Adds `~/.local/bin` to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')"
export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':')"

# Default programs:
export EDITOR="nvim"
Expand Down

0 comments on commit ebfaf81

Please sign in to comment.