From 01a216a4ac82f785bfcb97000ff815e4016e65f4 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Fri, 12 Jun 2026 21:52:11 +0100 Subject: Add ~/.local/bin to PATH --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/shell.nix b/modules/shell.nix index 06f7eda..6b7c2e1 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -28,6 +28,7 @@ enable = true; enableCompletion = true; initContent = '' + export PATH="$HOME/.local/bin:$PATH" bindkey '\e.' insert-last-word if java_home=$(cs java-home --jvm 21 2>/dev/null); then export JAVA_HOME="$java_home" -- cgit v1.2.3