fix(homes/rafiq): fix note script cd issues in zk cli

This commit is contained in:
Mohammad Rafiq 2025-07-05 00:26:54 +08:00
parent c1615bbb29
commit ce3443f692
No known key found for this signature in database

View file

@ -9,10 +9,10 @@
(pkgs.writeShellScriptBin "note" # bash (pkgs.writeShellScriptBin "note" # bash
'' ''
zk edit -i zk edit -i
pushd ~/notebook pushd ~/notebook > /dev/null
git add . git add .
commit commit
popd popd > /dev/null
'' ''
) )
]; ];