summaryrefslogtreecommitdiff
path: root/fedora/.config/bash/bashrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-08 10:52:01 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-08 10:52:01 +0900
commit7d18f4cae5364ff0f4b90f88331e6519983ba3f2 (patch)
tree4fcf215e705fb03558ba577a809ade586c8c01f5 /fedora/.config/bash/bashrc
parent0e1fcb2c62a20fb826944833db10562741d0042f (diff)
updates
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!