Fix project launcher path resolution for shell aliases

- Change projectLauncher from relative to absolute path
- Fixes issue where proj alias was not being created
- Enables project shortcuts: proj, blog, mdshortcut, nix-config

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-26 22:46:25 +02:00
parent c3c4b060fc
commit ceef6ab641

View file

@ -2,7 +2,7 @@
let
projectsConfig = import ../config/projects.nix;
projectLauncher = ../scripts/project-launcher.sh;
projectLauncher = "/Users/yanlin/.config/nix/scripts/project-launcher.sh";
in
{
programs.zsh = {