added lazygit func

This commit is contained in:
simonkellet 2021-09-24 14:53:20 +01:00
parent 9ea3c8cedb
commit 8458eee3ab

View File

@ -12,7 +12,11 @@ export BROWSER=brave
ufetch ufetch
#(cat $HOME/.config/wpg/sequences &) #(cat $HOME/.config/wpg/sequences &)
function lazygit() {
git add .
git commit -a -m "$1"
git push
}
if [ -f ~/.bash_aliases ]; then if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases . ~/.bash_aliases