2020-08-22 04:44:47 +00:00
|
|
|
# Defined in /tmp/fish.YTcC09/cpugov.fish @ line 2
|
2018-11-15 01:01:37 +00:00
|
|
|
function cpugov
|
2020-08-22 04:44:47 +00:00
|
|
|
sudo cpupower frequency-set -g performance > /dev/null && echo Now in performance mode
|
2018-11-15 01:01:37 +00:00
|
|
|
end
|