From 0d520f7bbf27d7b0be31e1487b291344c251d51e Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Mon, 13 Oct 2025 11:25:18 +0200 Subject: [PATCH] Added .local/bin to PATH --- home/dot_local/bin/.gitkeep | 0 home/private_dot_config/fish/conf.d/path.fish.tmpl | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 home/dot_local/bin/.gitkeep create mode 100644 home/private_dot_config/fish/conf.d/path.fish.tmpl diff --git a/home/dot_local/bin/.gitkeep b/home/dot_local/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/home/private_dot_config/fish/conf.d/path.fish.tmpl b/home/private_dot_config/fish/conf.d/path.fish.tmpl new file mode 100644 index 0000000..1068e9b --- /dev/null +++ b/home/private_dot_config/fish/conf.d/path.fish.tmpl @@ -0,0 +1,2 @@ +# Add `~/.local/bin` to PATH +set fish_user_paths {{ joinPath .chezmoi.homeDir ".local/bin" }}