diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-04-03 22:06:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-04-03 22:06:35 +0200 |
commit | 602cbd9830e459db2bce7d7d8b549eb44f9f0d95 (patch) | |
tree | 207edc8c3cbc50b0043905683e5e91c8061d684a /etc | |
parent | e5ac4c6608b95a7e08c219d415484ebae744342c (diff) |
zshrc: functions: add performance
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ function Status Start Stop Restart Reload { } } -function ondemand powersave { +function ondemand powersave performance { for cpu (/sys/devices/system/cpu/cpu?); do sudo cpufreq-set -c ${${cpu:t}#cpu} -g ${0} done |