dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 882bc0ef83e64ad3bd596f04a4c08f8044d641c0
parent e370561d8193b8b463db827aa26a891c8e985859
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Sat,  2 Mar 2024 23:06:06 +0300

sh: gpush alias for push to all remotes

Diffstat:
Msh/.config/ksh/kshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -46,6 +46,8 @@ alias cvsupdate='cvs -q up -Pd -A' alias cvsdiff='cvs diff -uNp' alias cvsrestore='cvs update -C' +alias gpush='git remote | xargs -n 1 git push' + alias gtd-d="sttemp gtd-daily | less" alias gtd-w="sttemp gtd-weekly | less"