mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35:10 +01:00
Additions from work laptop
This commit is contained in:
26
.gitconfig
26
.gitconfig
@@ -1,20 +1,24 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Michiel Scholten
|
name = Michiel Scholten
|
||||||
email = michiel@aquariusoft.org
|
email = michiel@aquariusoft.org
|
||||||
|
|
||||||
[giggle]
|
[giggle]
|
||||||
main-window-maximized = true
|
main-window-maximized = true
|
||||||
main-window-geometry = 268x63+98+40
|
main-window-geometry = 430x306+0+26
|
||||||
history-view-vpane-position = 353
|
history-view-vpane-position = 550
|
||||||
|
file-view-vpane-position = 730
|
||||||
main-window-view = HistoryView
|
main-window-view = HistoryView
|
||||||
file-view-vpane-position = 354
|
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
shove = commit -m \"$(curl http://whatthecommit.com/ 2> /dev/null |html2text |head -n1)\"
|
lol = log --pretty=oneline --abbrev-commit --graph --decorate
|
||||||
st = status
|
shove = commit -m \"$(curl http://whatthecommit.com/ 2> /dev/null |html2text |head -n1)\"
|
||||||
co = checkout
|
st = status
|
||||||
ci = commit
|
co = checkout
|
||||||
br = branch
|
ci = commit
|
||||||
|
br = branch
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
|||||||
Reference in New Issue
Block a user