mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +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 = ''
|
programs.bash.interactiveShellInit = ''
|
||||||
function eco() {
|
alias eco='taskset -p ff000 $$'
|
||||||
taskset -p ff000 $$
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Reference in a new issue