vim, tmux, zsh and git config files
This commit is contained in:
22
.gitconfig
Normal file
22
.gitconfig
Normal file
@@ -0,0 +1,22 @@
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
[core]
|
||||
pager = less -FRX
|
||||
[alias]
|
||||
glog = log --graph
|
||||
ci = commit
|
||||
st = status
|
||||
sglog = log --oneline --decorate --graph --all
|
||||
co = checkout
|
||||
out = log --branches --not --remotes
|
||||
[user]
|
||||
name = Petr Nyc
|
||||
email = jet.jetpac@gmail.com
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
||||
[user]
|
||||
email = jet.jetpac@gmail.com
|
||||
name = Petr Nyc
|
||||
Reference in New Issue
Block a user