Remove https() as the httpie plugin now creates this alias #9
This commit is contained in:
7
.zshrc
7
.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'
|
||||
|
||||
Reference in New Issue
Block a user