summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-01 18:16:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-01 18:16:03 +0200
commit12f1238a0bcef5f76a4f3a1ac4eac950e3b1f053 (patch)
tree27c974f1f85730821807da6e3aa2fa62bba515fd /etc/.zshrc
parent2a4dcb4bcfb658209a68684e9a736e50f83e583c (diff)
More cpufreq governors
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index f628ec8..c3f1fdd 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -181,7 +181,7 @@ function Status Start Stop Restart Reload {
}
}
-function ondemand powersave performance {
+function ondemand powersave performance conservative userspace {
for cpu (/sys/devices/system/cpu/cpu?); do
sudo cpufreq-set -c ${${cpu:t}#cpu} -g ${0}
done