Integrating with some macOS junk I once did

main
Dan Buch 8 years ago
parent 08907faa6f
commit c2f040565b

@ -1,3 +1,5 @@
# vim: set filetype=cfg noexpandtab:
[user]
name = Dan Buch
email = daniel.buch@gmail.com
@ -91,6 +93,5 @@
hug = blame
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
# vim: set filetype=cfg noexpandtab:
[commit]
template = /Users/me/.gittemplate
template = ~/.gittemplate

@ -1,7 +1,6 @@
# need me some vi mode
setw -g mode-keys vi
# note to self: learn ye a zsh
set -g default-command /bin/zsh
set -g default-shell /bin/zsh

Loading…
Cancel
Save