summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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