add wttr edit ta alias
This commit is contained in:
@@ -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'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user