summaryrefslogtreecommitdiff
path: root/modules/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/shell.nix')
-rw-r--r--modules/shell.nix1
1 files changed, 1 insertions, 0 deletions
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"