Compare commits
No commits in common. "92f551086ad7916a58b5582a325356f1791c1d51" and "0b9e1f50d762a8772350455f867ab463ae98e237" have entirely different histories.
92f551086a
...
0b9e1f50d7
|
@ -197,4 +197,3 @@ alias mvr=rsync --archive -hh --partial --info=stats1,progress2 --modify-window=
|
||||||
alias rg="rg -i --colors 'match:bg:yellow' --colors 'match:fg:black' --colors 'match:style:nobold' --colors 'path:fg:green' --colors 'path:style:bold' --colors 'line:fg:yellow' --colors 'line:style:bold'"
|
alias rg="rg -i --colors 'match:bg:yellow' --colors 'match:fg:black' --colors 'match:style:nobold' --colors 'path:fg:green' --colors 'path:style:bold' --colors 'line:fg:yellow' --colors 'line:style:bold'"
|
||||||
alias ag="rg -i --colors 'match:bg:yellow' --colors 'match:fg:black' --colors 'match:style:nobold' --colors 'path:fg:green' --colors 'path:style:bold' --colors 'line:fg:yellow' --colors 'line:style:bold'"
|
alias ag="rg -i --colors 'match:bg:yellow' --colors 'match:fg:black' --colors 'match:style:nobold' --colors 'path:fg:green' --colors 'path:style:bold' --colors 'line:fg:yellow' --colors 'line:style:bold'"
|
||||||
alias push="git add -A && git commit -m '`date`' && git push"
|
alias push="git add -A && git commit -m '`date`' && git push"
|
||||||
alias reset="tput reset"
|
|
||||||
|
|
Loading…
Reference in New Issue