change 'eco' alias to function

This commit is contained in:
Sean Buckley 2023-01-20 16:49:07 -05:00
parent 0e842d4978
commit b025261d7d

View file

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