add wttr edit ta alias

This commit is contained in:
2025-11-30 05:48:42 +03:00
parent d607f6de4e
commit 497f33adcc
+3 -1
View File
@@ -87,6 +87,8 @@
grepps = "ps -A | grep";
try = ''f() { nix-shell -p "$@" --run zsh; unset -f f; }; f'';
wttr = "curl wttr.in/Ramenki?p1MQ";
gitpa = ''f() { git add -A && git commit -m "$1" && git push; }; f'';
amnezia = ''
@@ -102,7 +104,7 @@
mv_avatar = "move_avatar";
t = "todo";
ta = ''f() { todo add "$@"; todo; unset -f f; }; f'';
ta = ''f() { todo add "$*"; todo; unset -f f; }; f'';
tr = ''f() { todo rm "$@"; todo; unset -f f; }; f'';
td = ''f() { todo done "$@"; todo; unset -f f; }; f'';
};