summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjamazi <31401744+jamazi@users.noreply.github.com>2020-07-13 14:49:53 +0300
committerGitHub <noreply@github.com>2020-07-13 07:49:53 -0400
commitebfaf811ac83d31433a6a06305289c5b0fd61967 (patch)
treea8fa3ff07282b1047f498eb8b9d224bdc39b5214
parent72926c0c4422f2b3e1444e3c7a0b7cd35294e1a4 (diff)
downloadeibhear-ebfaf811ac83d31433a6a06305289c5b0fd61967.tar.gz
eibhear-ebfaf811ac83d31433a6a06305289c5b0fd61967.tar.zst
eibhear-ebfaf811ac83d31433a6a06305289c5b0fd61967.zip
Update .zprofile (#758)
Remove trailing slash from local bin directories in PATH
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 53161ed..2d2f367 100644
--- a/.zprofile
+++ b/.zprofile
@@ -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"