diff --git a/.zshrc b/.zshrc index 5eea6d0..b2b13b9 100644 --- a/.zshrc +++ b/.zshrc @@ -145,6 +145,8 @@ autoload -U compinit && compinit # zsh-completions # bashcompinit +# CUSTOM ALIASES + SAVEHIST=50000 #save upto 50,000 lines in history. oh-my-zsh default is 10,000 #setopt hist_ignore_all_dups # dont record duplicated entries in history during a single session @@ -153,9 +155,8 @@ 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 -} + +# CUSTOM FUNCTIONS # cheat sheets (github.com/chubin/cheat.sh), find out how to use commands # example 'cheat tar'