summaryrefslogtreecommitdiff
path: root/fedora/.config/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.config/bash/bashrc')
-rw-r--r--fedora/.config/bash/bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/fedora/.config/bash/bashrc b/fedora/.config/bash/bashrc
index 2c60286..9343b1a 100644
--- a/fedora/.config/bash/bashrc
+++ b/fedora/.config/bash/bashrc
@@ -32,7 +32,6 @@ bind "set show-all-if-ambiguous on"
#######################################################
# Set command prompt
#######################################################
-alias cpu="grep 'cpu ' /proc/stat | awk '{usage=(\$2+\$4)*100/(\$2+\$4+\$5)} END {print usage}' | awk '{printf(\"%.1f\n\", \$1)}'"
function __setprompt {
local LAST_COMMAND=$? # Must come first!