little fix

This commit is contained in:
2025-11-30 15:34:50 +03:00
parent 497f33adcc
commit 4ff652145b
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
grepps = "ps -A | grep";
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
wttr = "curl wttr.in/Ramenki?p1MQ";
wttr = "curl wttr.in/Ramenki\\?p1MQ";
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';