aboutsummaryrefslogtreecommitdiffstats
path: root/.aliases
Commit message (Collapse)AuthorAgeFilesLines
* .aliases: Enable colored `grep` outputWilliam Santos2015-10-261-0/+7
| | | | | | Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`. Closes #467 and #590.
* .aliases: Make `emptytrash` clear download history tooMathias Bynens2015-09-211-3/+4
| | | | See https://mths.be/bum for more details. Thanks to @nvartolomei for the suggestion in #177.
* Add `--all` to `brew upgrade`Vincent Klaiber2015-04-301-1/+1
| | | | | | | | | | Homebrew recently started to hint that everyone should update their workflows for `brew upgrade`: > brew upgrade with no arguments will change behaviour soon! It currently upgrades all formula but this will soon change to require `--all`. Please update any workflows, documentation and scripts! https://github.com/Homebrew/homebrew/commit/9032f165bec3d0c7452169093fab32578816043b Closes #531.
* .aliases: Remove `use-iojs` and `use-node` in favor of nvmMathias Bynens2015-03-121-4/+0
| | | | https://github.com/creationix/nvm
* Install io.js & add aliases to switch to io/nodeCătălin Mariș2015-02-201-0/+4
| | | | | | | | * Install `io.js`. https://iojs.org/en/index.html * Add aliases to easily switch between `io.js` and `Node.js`. https://gist.github.com/phelma/ce4eeeedb8fb9a9e8e63
* .aliases: Remove npmjs.eu referenceRémi Gérard-Marchant2014-11-031-3/+0
| | | | | | See the deprecation notice: http://npmjs.eu/ Closes #448.
* .aliases: Update `npm` the right wayRémi Gérard-Marchant2014-10-181-1/+1
| | | | | | `npm install npm -g` is the new recommended way to update npm as specified in the npm-faq at https://github.com/npm/npm/blob/master/doc/misc/npm-faq.md. Closes #423.
* .aliases: Remove the now-broken `whois` aliasMathias Bynens2014-07-051-3/+0
| | | | Closes #397.
* Remove some things that I don’t useMathias Bynens2014-06-071-12/+5
| | | | This commit drops some aliases, functions, and settings from the project that I wasn’t using at all. It also cleans up some of the remaining code.
* .aliases: Use `en0` for `localip`Mathias Bynens2014-03-281-1/+1
|
* .aliases: Add `jsc` aliasMathias Bynens2014-01-081-0/+5
| | | | | | Useful for testing code in JavaScriptCore. Hat tip: https://twitter.com/RussB/status/420409644117262336 (via @rauschma)
* .aliases: Improve `lsd`Mat Lowery2013-11-261-1/+1
| | | | Ref. #292.
* .aliases: Add `npme`Sindre Sorhus2013-11-181-0/+3
| | | | | | `npme` is like `npm` except it uses a registry located in Europe, causing it to be much faster for Europeans. See <http://npmjs.eu/> for more information. Closes #284.
* .aliases: Update RubyGems before updating installed gemsAmber2013-11-131-1/+1
| | | | Closes #282.
* .aliases: Add `reload`gregstallings2013-11-051-0/+3
| | | | | | `reload` invokes the shell as a login shell, which essentially reloads it. Closes #247.
* .aliases: Add `afk` to lock the screengregstallings2013-11-041-0/+3
| | | | Closes #258.
* .aliases: Lowercase `projects` dirMathias Bynens2013-11-011-1/+1
|
* .aliases: Improve `ips`Chen Cohen2013-10-301-1/+1
| | | | Ref. #268 and #269.
* .functions: Add `o` to `open` stuffgregstallings2013-09-231-2/+0
| | | | Closes #245.
* .functions: Add `v` to open stuff in Vimgregstallings2013-09-211-1/+0
| | | | Closes #251.
* .functions: Add `s` to open stuff in Sublime Textgregstallings2013-09-211-1/+0
| | | | Closes #252.
* .functions: Add `m` to open stuff in TextMategregstallings2013-09-211-1/+0
| | | | Closes #253.
* .aliases: Add `chromekill` to kill all Chrome tabs to free up memorySindre Sorhus2013-08-271-0/+4
| | | | | | | | Useful when you have a lot of tabs open (which I always do), but you don’t want to close them. Tabs in Chrome are just processes, so we just filter out the ones we want, and kill them. Closes #236.
* .aliases: Add `-F` to `ls` aliasesHaralan Dobrev2013-08-081-3/+3
| | | | | | Don’t do this for the default `ls`, though. Closes #234.
* .aliases: Add `timer`Mathias Bynens2013-07-251-0/+3
| | | | | | `timer` can be used as a stopwatch. Hat tip: https://twitter.com/tow8ie/status/360077953238962176
* .aliases: Make Grunt print stack traces by defaultMathias Bynens2013-06-281-0/+3
|
* .aliases: Add `week`Mathias Bynens2013-04-161-1/+4
| | | | Thanks to @sindresorhus: https://twitter.com/sindresorhus/status/312206490880589824
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* .aliases: Lowercase `com.apple.finder`Mathias Bynens2012-12-151-2/+2
| | | | Hat tip: @alrra.
* .aliases: Add `map`Dominik Porada2012-12-031-0/+5
| | | | Ref. #157.
* .aliases: Make `update` run `brew cleanup`Mathias Bynens2012-10-071-1/+1
| | | | | Thanks to @patrickkettner for the suggestion on Twitter: http://twitter.com/patrickkettner/statuses/254387082791903232
* .aliases: Make `update` update Ruby gems as wellMathias Bynens2012-09-181-2/+2
|
* .aliases: Add `dl`user9960152012-09-161-0/+1
| | | | Ref. #142.
* .aliases: Alias `sha1sum` if neededMax F. Albrecht2012-09-161-0/+3
| | | | Ref. #141.
* .aliases: Add `dt`user9960152012-09-141-0/+1
|
* .aliases: Add `gurl` for Gzip-enabled `curl`Mathias Bynens2012-08-271-0/+3
| | | | Ref. 1b3ed7a646de7a652f0596985af976a438e32aca.
* .aliases: Remove `ios`Dominik Porada2012-08-261-3/+0
|
* .aliases: Make `flush` kill `mDNSResponder` as wellJohn F. Mercer2012-08-241-1/+1
| | | | Ref. #126 and http://support.apple.com/kb/HT5343.
* .functions: Add `fs`Dominik Porada2012-08-231-9/+0
| | | | | | …and remove the `fs` alias from `.aliases`. Ref. #125.
* .aliases: Add `badge`Dominik Porada2012-08-151-0/+4
| | | | This rings the terminal bell, and — when using Terminal.app — puts a badge on its Dock icon. Screenshot: http://i.imgur.com/OtYdu.png
* .aliases: Use `command -v` instead of `type -t`thibault milan2012-08-061-2/+2
| | | | | | `type -t` is not as portable (i.e., not in POSIX) as `command -v`, and `command -v` also takes aliases and functions into account. Ref. #109.
* .aliases: Make `fs` work with both GNU `stat` and OS X `stat`Dominik Porada2012-08-011-1/+7
|
* .aliases: Add `mergepdf` alias that concatenates PDF filesOliver Schrenk2012-07-311-0/+4
| | | | Credit goes to Fritz Stelluto: http://blog.gotofritz.net/howto/joining-pdf-files-in-os-x-from-the-command-line/.
* .aliases: Add `ios` alias to launch iOS Simulatorporada2012-07-291-0/+3
|
* .aliases: Add `lscleanup` alias that cleans up LaunchServicesporada2012-07-291-0/+3
| | | | This removes duplicates in the “Open With” menu.
* .aliases: Make `update` update `npm` and its installed packages as wellMathias Bynens2012-07-261-2/+2
|
* .aliases: Optimize the `ls` flavor detection even furtherJan Moesen2012-07-231-3/+3
| | | | Ref. #89.
* .aliases: Optimize the way we detect the `ls` flavorMathias Bynens2012-07-231-4/+3
| | | | Follow-up to 4169a34df1783b6b0727a527b867cefecaa069b5. Thanks to @janmoesen!
* .aliases: Detect which `ls` flavor is in use and use the appropriate flag ↵Mathias Bynens2012-07-221-4/+12
| | | | | | for colorized output Thanks to @divya for making me do this ;)
* .aliases: Support colorized output for `ls` 8.17 only (GNU coreutils)Mathias Bynens2012-07-191-9/+5
|