From 026312b1537dfbbf46fce3aac8ca3540bcfd0dc8 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Mon, 7 Oct 2024 07:37:29 -0500 Subject: [PATCH] .bin and .local/bin to PATH --- zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh.nix b/zsh.nix index 77305c1..f931150 100644 --- a/zsh.nix +++ b/zsh.nix @@ -19,6 +19,7 @@ export fpath=(~/.zsh/functions $fpath) autoload -U compinit && compinit fi + export PATH="$HOME/.bin:$HOME/.local/bin:$PATH" fortune ''; };