aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
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' "$@"
-}
-