From 5cc811d6737953632b9896ea52964efeadad40d8 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 7 Apr 2022 13:25:26 -0700 Subject: [PATCH] Adding some aliases --- .zsh-darwin | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zsh-darwin b/.zsh-darwin index e57ac4a..0264d43 100644 --- a/.zsh-darwin +++ b/.zsh-darwin @@ -22,6 +22,11 @@ alias x86='arch -x86_64 zsh' # Start Shell in Rosetta 2 (M1 Macs) alias dl='yt-dlp' alias hf='defaults write com.apple.finder AppleShowAllFiles false; killall Finder' # hide hidden alias shf='defaults write com.apple.finder AppleShowAllFiles true; killall Finder' # show hidden +alias cat='bat' + +# ncdu - directory size +# fzf - fuzzy file search + # if x86, show in prompt if [ `arch` = "i386" ]; -- 2.34.1