aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-18 13:22:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-18 13:22:34 +1300
commita733242823c9ce72995d7f761de320f70b1d72e8 (patch)
treecbe52a52a810b78adf09fcbcee707c0863a61cb2 /bash/bashrc.d
parentA few more cURL configs (diff)
downloaddotfiles-a733242823c9ce72995d7f761de320f70b1d72e8.tar.gz
dotfiles-a733242823c9ce72995d7f761de320f70b1d72e8.zip
No longer needed due to curlrc
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/curl.bash6
1 files changed, 0 insertions, 6 deletions
diff --git a/bash/bashrc.d/curl.bash b/bash/bashrc.d/curl.bash
deleted file mode 100644
index 6265cd10..00000000
--- a/bash/bashrc.d/curl.bash
+++ /dev/null
@@ -1,6 +0,0 @@
-# Shortcut to make HEAD requests with cURL; good for testing webpage
-# compression and caching headers
-curlh() {
- curl -IH 'Accept-Encoding: gzip,deflate' "$@"
-}
-