Remove https() as the httpie plugin now creates this alias #9

This commit is contained in:
JGill
2020-07-23 09:05:18 +09:30
parent 6633e8a39d
commit a58c89d81f

7
.zshrc
View File

@@ -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'