Lil updates

This commit is contained in:
Michael Campagnaro 2015-11-17 21:50:00 -05:00
parent cfdf23d93c
commit 964bf3b6d5
5 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,6 @@
reflogExpire = 120
reflogExpireUnreachable = 90
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an%d%Creset %s %Cgreen(%cr)%Creset' --date=relative
lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%cr)%Creset' --date=relative
[rerere]
enabled = true

View File

@ -81,3 +81,4 @@ google
https
youtube
HD
playlists

Binary file not shown.

2
vimrc
View File

@ -21,7 +21,7 @@ Plugin 'tpope/vim-obsession'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-classpath'
Plugin 'rking/ag.vim'
Plugin 'christoomey/vim-tmux-navigator'
"Plugin 'christoomey/vim-tmux-navigator'
" Colors
Plugin 'reedes/vim-colors-pencil'

View File

@ -96,6 +96,7 @@ alias zsh='vim ~/.zshrc'
# Git
alias am='git commit --amend'
alias ama='git commit --amend -C head --author'
alias ams='git commit -S --amend' # signed
alias ammend='echo "use am instead"'
alias amend='echo "use am instead"'