make justfile better and cleanup zsh

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-27 20:23:15 -05:00
parent da557a7b7e
commit 443ea96d1f
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 2 additions and 6 deletions

View file

@ -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: