diff options
-rw-r--r-- | .aliases | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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'" @@ -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 |