From cc3dcb111cdc39675ff27ed637cd2db2ab062e6c Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Wed, 4 Sep 2019 16:10:13 +0200 Subject: [PATCH] add nushell for mac --- Brewfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Brewfile b/Brewfile index 8136975..41a10e3 100644 --- a/Brewfile +++ b/Brewfile @@ -102,3 +102,5 @@ brew "shellcheck" brew "aspell" # add neofetch to nicely display system info brew "neofetch" +# add nushell https://github.com/nushell/nushell +brew "nushell"