Skip to content

Commit

Permalink
Merge pull request #10 from jotyGill/develop
Browse files Browse the repository at this point in the history
Remove https() as the httpie plugin now creates this alias #9
  • Loading branch information
jotyGill authored Jul 22, 2020
2 parents eadb620 + a58c89d commit b4e8993
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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'
Expand Down

0 comments on commit b4e8993

Please sign in to comment.