From fa0e5a6c405c9a03f9f519de9fc095ab0623cfc2 Mon Sep 17 00:00:00 2001 From: therbron Date: Thu, 16 Jul 2020 13:56:33 +0200 Subject: [PATCH] Add ytop alias --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 99824bf..692a386 100644 --- a/.zshrc +++ b/.zshrc @@ -155,3 +155,6 @@ bindkey '^R' history-incremental-search-backward # Add an alias to the powerpill wrapper for pacman alias pac='sudo pacman -S' + +# When opening top, use ytop with CPU core details +alias top="ytop -p"