From 602cbd9830e459db2bce7d7d8b549eb44f9f0d95 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Apr 2011 22:06:35 +0200 Subject: zshrc: functions: add performance --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3