From 8a455dec36112e800739156e5d5892f289c86a35 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sun, 1 Aug 2021 10:21:49 +0200 Subject: [PATCH] Remove useless alias --- files/.zshrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/.zshrc b/files/.zshrc index 956f520..b7ad795 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -50,12 +50,6 @@ if command -v rg &> /dev/null; then alias grep="rg" fi -if command -v btm &> /dev/null; then - alias top="btm" - alias htop="btm" -fi - -alias s="cd ~/scripts/" alias c='clear' alias l='ls -lFh' #size,show type,human readable