Lil updates
This commit is contained in:
parent
cfdf23d93c
commit
964bf3b6d5
|
@ -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
|
||||
|
|
|
@ -81,3 +81,4 @@ google
|
|||
https
|
||||
youtube
|
||||
HD
|
||||
playlists
|
||||
|
|
Binary file not shown.
2
vimrc
2
vimrc
|
@ -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'
|
||||
|
|
|
@ -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"'
|
||||
|
|
Loading…
Reference in New Issue
Block a user