Updated git config, saved new toprc
This commit is contained in:
18
config/.config/git/config
Normal file
18
config/.config/git/config
Normal file
@@ -0,0 +1,18 @@
|
||||
[user]
|
||||
name = "jon"
|
||||
email = "jon@f01"
|
||||
[credential]
|
||||
helper = cache
|
||||
[alias]
|
||||
co = checkout
|
||||
br = branch
|
||||
ci = commit
|
||||
st = status
|
||||
cm = commit -m
|
||||
l = log --oneline
|
||||
|
||||
unstage = reset HEAD --
|
||||
undo = reset --soft HEAD^
|
||||
sl = stash list --pretty=format:\"%C(red)%h%C(reset) - %C(dim yellow)(%C(bold magenta)%gd%C(dim yellow))%C(reset) %<(70,trunc)%s %C(gree n)(%cr) %C(bold blue)<%an>%C(reset)\"
|
||||
discard = !git stash save --keep-index --include-untracked && git stash drop
|
||||
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
||||
@@ -1,7 +1,7 @@
|
||||
top's Config File (Linux processes with windows)
|
||||
Id:i, Mode_altscr=0, Mode_irixps=1, Delay_time=1.0, Curwin=0
|
||||
Def fieldscur=¥¨³´»½ÀÄ·¹Å&')*+,-./012568<>º?ABCFGHIJKLMÎOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||
winflags=950076, sortindx=21, maxtasks=0, graph_cpus=0, graph_mems=0
|
||||
winflags=949564, sortindx=18, maxtasks=0, graph_cpus=0, graph_mems=0
|
||||
summclr=1, msgsclr=1, headclr=3, taskclr=1
|
||||
Job fieldscur=¥¦¹·º(³´Ä»½@<§Å)*+,-./012568>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
|
||||
winflags=193844, sortindx=0, maxtasks=0, graph_cpus=0, graph_mems=0
|
||||
|
||||
Reference in New Issue
Block a user