parent
cb46ae4704
commit
bb2dd4c1f1
|
@ -1,12 +1,12 @@
|
||||||
[Configuration]
|
[Configuration]
|
||||||
MiscAlwaysShowTabs=FALSE
|
MiscAlwaysShowTabs=FALSE
|
||||||
MiscBell=FALSE
|
MiscBell=FALSE
|
||||||
MiscBordersDefault=FALSE
|
MiscBordersDefault=TRUE
|
||||||
MiscCursorBlinks=FALSE
|
MiscCursorBlinks=FALSE
|
||||||
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
MiscCursorShape=TERMINAL_CURSOR_SHAPE_BLOCK
|
||||||
MiscDefaultGeometry=80x24
|
MiscDefaultGeometry=80x24
|
||||||
MiscInheritGeometry=FALSE
|
MiscInheritGeometry=FALSE
|
||||||
MiscMenubarDefault=TRUE
|
MiscMenubarDefault=FALSE
|
||||||
MiscMouseAutohide=FALSE
|
MiscMouseAutohide=FALSE
|
||||||
MiscToolbarDefault=FALSE
|
MiscToolbarDefault=FALSE
|
||||||
MiscConfirmClose=TRUE
|
MiscConfirmClose=TRUE
|
||||||
|
|
|
@ -72,7 +72,7 @@ function pushdot {
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
git commit -a && git push -u origin main
|
git commit -a && git push -u origin main
|
||||||
else
|
else
|
||||||
git commit -a -m "$1" && git push -u origin main
|
git commit -a -m "$@" && git push -u origin main
|
||||||
fi
|
fi
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue