added lazygit func
This commit is contained in:
parent
9ea3c8cedb
commit
8458eee3ab
6
.bashrc
6
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user