update common

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-18 14:40:31 -05:00
parent 9b31ad8487
commit 35cff92c20
3 changed files with 10 additions and 10 deletions

6
common/flake.lock generated
View file

@ -266,11 +266,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1759988134,
"narHash": "sha256-uVaAXjJgo2/uGJz6lD+Bn5nBBmW5AAr2n8lW7v7h0PI=",
"lastModified": 1760813095,
"narHash": "sha256-D0AU+KKB9aGqiwDaS7er2pITjn9AS+XStzigPSoLeOQ=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "b965fb2a40b132209b58f511e2604a2939461818",
"rev": "39d62e1487052da2751ec1e36d243e3e92e24f6a",
"type": "github"
},
"original": {

View file

@ -145,7 +145,7 @@ stash() {
read -e -p "Stash label [default: $default_label]: " label
fi
label=${label:-$default_label}
git stash push -m "$label"
git stash push -u -k -m "$label"
}
pop() {