make justfile better and cleanup zsh
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
da557a7b7e
commit
443ea96d1f
2 changed files with 2 additions and 6 deletions
3
justfile
3
justfile
|
@ -1,9 +1,10 @@
|
|||
update:
|
||||
git branch -D update || true
|
||||
git switch -c update
|
||||
nix flake update
|
||||
git add flake.lock
|
||||
git commit -s -m "flake update"
|
||||
git push
|
||||
git push -f
|
||||
git switch main
|
||||
|
||||
upgrade:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue