finally fixed gacp -_-
This commit is contained in:
parent
2bc21cf9cc
commit
465870be56
3
home.nix
3
home.nix
|
@ -288,8 +288,9 @@ cd $hm_before_commit
|
||||||
'';
|
'';
|
||||||
gacp = ''
|
gacp = ''
|
||||||
git diff
|
git diff
|
||||||
|
set gacp_read $(read -P 'continue ? [Y/n] ')
|
||||||
set gacp_n n
|
set gacp_n n
|
||||||
if [ "$(read -P 'continue ? [Y/n] ')" != gacp_n ]
|
if [ "$gacp_read" != $gacp_n ]
|
||||||
git add .
|
git add .
|
||||||
git commit
|
git commit
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue