fix(homes/rafiq): fix note script cd issues in zk cli
This commit is contained in:
parent
c1615bbb29
commit
ce3443f692
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue