From b735276a1e56d8a95cbbfc8028079f5185c6f171 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 15 Jul 2025 11:21:21 +0100 Subject: [PATCH] feat(zsh): add .local/bin to path --- roles/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index e1d1fbd..bdc75c8 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -26,6 +26,8 @@ in source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh ${if pkgs.stdenv.isDarwin then "export PATH=/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" else ""} + export PATH=$PATH:$HOME/.local/bin + recap() { aichat -f "$@" ;} source ${commitFunctions}/bin/commits.sh