summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index a6f8c66..193625a 100644
--- a/.profile
+++ b/.profile
@@ -11,7 +11,7 @@ append_path () {
for i in "$HOME"/.local/bin "$HOME"/.local/opt/*/bin "$HOME/go/bin"
do
- if test -d "$HOME/.local/opt/go/bin"
+ if test -d "$i"
then
append_path "$i"
fi