mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: update "eco" alias
This commit is contained in:
parent
9b5f5b8a44
commit
acdebdc769
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ in
|
|||
];
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
function eco() {
|
||||
taskset -p ff000 $$
|
||||
}
|
||||
alias eco='taskset -p ff000 $$'
|
||||
'';
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Reference in a new issue