This commit is contained in:
2026-01-28 00:39:46 +03:00
parent c09233132b
commit c82a74c786
7 changed files with 31 additions and 18 deletions
+3 -3
View File
@@ -95,9 +95,9 @@
wttr = "curl wttr.in/Ramenki\\?p1MQ";
gitpa = ''
f() { git add -A && git commit -m "$1" && git push; unset -f f; }; f
'';
# gitpa = ''
# f() { git add -A && git commit -m "$@" && git push; unset -f f; }; f
# '';
og = ''f() { z github "$@" && code . && exit; unset -f f; }; f'';
wf = ''f() { watch -t -n1 "$@ | figlet -c -t -f doh"; unset -f f; }; f'';