add my git commit alias

This commit is contained in:
Sebastian Moser
2023-11-01 20:15:19 +01:00
parent 0aa78baf07
commit cc49e8adcc

View File

@@ -166,6 +166,14 @@
}
# git commit func
function gc(){
tmp=$(echo -en $@)
git commit -m "$tmp"
}
# while true -> do cat.....
function follow (){
while true;