Skip to content

Commit

Permalink
Make curl silent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed May 21, 2024
1 parent 5cabbea commit ce5604c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .curlrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
silent
#user-agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36"
referer = ";auto"
connect-timeout = 10
Expand Down
5 changes: 5 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ if ! _has pandoc ; then
alias pandoc='dpwd pandoc/core'
fi

# Prefer pnpm dlx over npx
if _has pnpm ; then
alias npx='pnpm dlx'
fi

# FUNCTIONS {{{1

# Generate passwords
Expand Down

0 comments on commit ce5604c

Please sign in to comment.