From 8458eee3abccf04532a224c214e2f1a1f18ce7f7 Mon Sep 17 00:00:00 2001 From: simonkellet Date: Fri, 24 Sep 2021 14:53:20 +0100 Subject: [PATCH] added lazygit func --- .bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e76d254..84d3103 100644 --- a/.bashrc +++ b/.bashrc @@ -12,7 +12,11 @@ export BROWSER=brave ufetch #(cat $HOME/.config/wpg/sequences &) - +function lazygit() { + git add . + git commit -a -m "$1" + git push +} if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases