levi: update "eco" alias

This commit is contained in:
Sean Buckley 2023-09-19 13:38:32 -04:00
parent 9b5f5b8a44
commit acdebdc769

View file

@ -31,9 +31,7 @@ in
]; ];
programs.bash.interactiveShellInit = '' programs.bash.interactiveShellInit = ''
function eco() { alias eco='taskset -p ff000 $$'
taskset -p ff000 $$
}
''; '';
boot = { boot = {