From a58c89d81f28e6129c19a0fed794d05107dcef07 Mon Sep 17 00:00:00 2001 From: JGill Date: Thu, 23 Jul 2020 09:05:18 +0930 Subject: [PATCH] Remove https() as the httpie plugin now creates this alias #9 --- .zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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'