diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-05 22:28:42 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-05 22:28:42 +0200 |
commit | f8ac373d2c1e4c1c095d0e15b82feb796184ef5e (patch) | |
tree | d59957f394c56443a2513ea470d342b2484d8cf1 | |
parent | f5faf6bcc973b923f0589893ffaa47de4cd7e4c9 (diff) | |
download | dotfiles-f8ac373d2c1e4c1c095d0e15b82feb796184ef5e.tar.gz dotfiles-f8ac373d2c1e4c1c095d0e15b82feb796184ef5e.tar.bz2 dotfiles-f8ac373d2c1e4c1c095d0e15b82feb796184ef5e.zip |
Add TRACE and OPTIONS aliases.
-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 |