k : show human readable filesizes, in kb, mb etc by default
This commit is contained in:
1
.zshrc
1
.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
|
||||
|
||||
Reference in New Issue
Block a user