Bash: New aliases + prevent duplicates in $PATH + some refactoring.

This commit is contained in:
Artem Sapegin
2012-12-13 16:26:57 +04:00
parent 5b8ee712c4
commit 38359da2f6
5 changed files with 42 additions and 12 deletions

View File

@ -33,6 +33,10 @@
* *marked* → open -a marked
* *e* → subl
* *+x* → chmod +x
* *md <dir>* → Make directory and `cd` to it.
* *f <what>* → Recursively find file in current directory.
@ -80,6 +84,10 @@ Get a characters Unicode code point: `£` → `\x00A3`.
Make HTTP request using respective method.
### headers <URL>
Print HTTP headers of a given URL.
### gz <filepath>
Get gzipped file size.