git: added modeline to set filetype=gitconfig
parent
ca77d9f882
commit
2aa00378a1
|
@ -3,3 +3,4 @@
|
|||
name = Guillaume DOTT
|
||||
[include]
|
||||
path = ~/.gitconfig.include
|
||||
# vim: set filetype=gitconfig:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[alias]
|
||||
st = status
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||
# vim: set filetype=gitconfig:
|
||||
|
|
Loading…
Reference in New Issue