Sat Jun 1 05:00:23 PM CEST 2024
This commit is contained in:
parent
3f2ec3c3e5
commit
c3ee1c352f
|
@ -75,7 +75,7 @@
|
|||
mvr = "rsync --archive -hh --partial --info = stats1,progress2 --modify-window = 1 --remove-source-files";
|
||||
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'";
|
||||
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'";
|
||||
push = "git add -A && git commit -m '$(date)' && git push";
|
||||
push = "git add -A && git commit -m \"`date`\" && git push";
|
||||
reset = "tput reset";
|
||||
};
|
||||
history.size = 10000000;
|
||||
|
|
Loading…
Reference in New Issue