-- Add gitignore-global file for junk like .DS_Store -- Add shell-script syntax highlighting to spacemacs config -- Turn off smooth-scrolling in terminal-mode buffers -- Disable missing "socerer" vim theme.
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
[user]
|
|
name = Tim McCarthy
|
|
email = thoomfish@gmail.com
|
|
[color]
|
|
ui = true
|
|
[alias]
|
|
amend = commit --amend -C HEAD
|
|
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
|
[push]
|
|
default = simple
|
|
[core]
|
|
excludesfile = ~/.dotfiles/gitignore-global
|