Better reset

This commit is contained in:
Thomas Avé 2024-03-08 23:46:25 +01:00
parent 5c40b26b39
commit e0bd0e9f8e
1 changed files with 1 additions and 0 deletions

View File

@ -197,3 +197,4 @@ 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 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 reset="tput reset"