From 198434d60bafcb8ebb1e5f7dd3e9946933926ec7 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 14 Jan 2021 14:49:31 +0100 Subject: [PATCH] Change top alias to use bottom --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index a150c57..299a4cb 100644 --- a/.zshrc +++ b/.zshrc @@ -165,8 +165,8 @@ alias driver='optimus-manager --no-confirm --switch' # 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" +# When opening top, use bottom +alias top="btm" alias gitg='git log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'