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:
parent
c3c4b060fc
commit
ceef6ab641
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue