From 6d2eca9d0590f0433623243ee1accfbcf6e62006 Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@bil.ke> Date: Thu, 8 Aug 2024 15:09:34 +0200 Subject: [PATCH] zsh: fix gem path --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index cbc7e7ba..1234cdf1 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -129,7 +129,7 @@ for NEW_PATH in \ "${PNPM_HOME}" \ "${XDG_DATA_HOME}/cargo/bin" \ "${XDG_CONFIG_HOME}/composer/vendor/bin" \ - "$(gem environment gempath)" \ + "$(gem environment gempath)/bin" \ "$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')" \ "${GOPATH}/bin" do