From cd291bd08281be3e77e868e31e87bd3a47f9b2a7 Mon Sep 17 00:00:00 2001 From: JGill Date: Fri, 6 Dec 2019 14:17:54 +1030 Subject: [PATCH] k : show human readable filesizes, in kb, mb etc by default --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 11cb769..7630ad4 100644 --- a/.zshrc +++ b/.zshrc @@ -151,6 +151,7 @@ SAVEHIST=50000 #save upto 50,000 lines in history. oh-my-zsh default is 10, alias wip="wget -qO- https://wtfismyip.com/text" # quickly show external ip address alias l="ls -lah" alias x="exit" +alias k="k -h" # show human readable filesizes, in kb, mb etc https() { # make httpie use https http https://$1 $2 $3 $4 $5 $6 $7 $8 $9 $10