diff options
Fixed bugs
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |