summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-04-03 22:06:35 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-04-03 22:06:35 +0200
commit602cbd9830e459db2bce7d7d8b549eb44f9f0d95 (patch)
tree207edc8c3cbc50b0043905683e5e91c8061d684a /etc/.zshrc
parente5ac4c6608b95a7e08c219d415484ebae744342c (diff)
zshrc: functions: add performance
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 07bf402..f628ec8 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -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