From 2ff28e66556c5b35e61ced781406d9a82de5a797 Mon Sep 17 00:00:00 2001 From: Aborn Jiang Date: Fri, 5 Aug 2022 16:12:27 +0800 Subject: [PATCH] commit by magit in emacs@2022-08-05 16:12:26 --- shell/freqCommand.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell/freqCommand.sh b/shell/freqCommand.sh index a2be014..76a8aa4 100644 --- a/shell/freqCommand.sh +++ b/shell/freqCommand.sh @@ -106,3 +106,9 @@ cargo install du-dust # exa 代替 ls cargo install exa + +# bottom 代替 top +cargo install bottom + +# bat 代替cat +cargo install bat