aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.aliases2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.aliases b/.aliases
index abc6d91..299b131 100644
--- a/.aliases
+++ b/.aliases
@@ -44,7 +44,7 @@ alias spotoff="sudo mdutil -a -i off"
alias spoton="sudo mdutil -a -i on"
# One of @janmoesen’s ProTip™s
-for method in GET POST HEAD PUT DELETE; do alias "$method"="lwp-request -m '$method'"; done
+for method in GET HEAD POST PUT DELETE TRACE OPTIONS; do alias "$method"="lwp-request -m '$method'"; done
# Stuff I never really use but cannot delete either because of http://xkcd.com/530/
alias stfu="osascript -e 'set volume output muted true'"
diff --git a/README.md b/README.md
index 8cde13b..bb3eeb1 100644
--- a/README.md
+++ b/README.md
@@ -18,5 +18,5 @@ Suggestions/improvements
## Thanks to…
* [Gianni Chiappetta](http://gf3.ca/) for sharing his [amazing collection of dotfiles](https://github.com/gf3/dotfiles)
* [Matijs Brinkhuis](http://hotfusion.nl/) and his [homedir repository](https://github.com/matijs/homedir)
-* [Jan Moesen](http://jan.moesen.nu/)
+* [Jan Moesen](http://jan.moesen.nu/) (who will hopefully take [his `.bash_profile`](https://gist.github.com/1156154) and make it into a full `dotfiles` repo some day)
* [Tim Esselens](http://devel.datif.be/) \ No newline at end of file