mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
change 'eco' alias to function
This commit is contained in:
parent
0e842d4978
commit
b025261d7d
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ in
|
|||
];
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
alias eco='taskset -p ff000 $$'
|
||||
function eco() {
|
||||
taskset -p ff000 $$
|
||||
}
|
||||
'';
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue