Commit Graph

18 Commits (edc523b40af2647d05afd8d0a20dc7ad00d10ab6)

Author SHA1 Message Date
Nils Winkler edc523b40a Added alias for copying the last command to the OS X clipboard.
Use `copyLastCmd` to copy the last executed command to the clipboard.
2015-02-05 14:09:13 +00:00
Nils Werner 16eee4184e Simplify dsclean alias 2015-02-05 14:09:12 +00:00
Carlos C b1668d6d0d Added line ending
Added line ending to osx.aliases.bash file
2015-02-05 14:09:12 +00:00
Carlos C 617124ff1c Show/hide hidden files on osx aliases. 2015-02-05 14:09:12 +00:00
Bob Breznak e217db8e20 Add support for opening Mou (http://mouapp.com) 2015-02-05 14:09:12 +00:00
cceleri 7326ed15bc Update osx.aliases.bash
Fixed skype typo.
2015-02-05 14:09:11 +00:00
Charles Celerier 5c7b6aaccf osx.aliases: Added Skype alias. 2015-02-05 14:09:11 +00:00
Vaibhav Mishra 1a4f8140ff Fixed Alias for XCode under OSX 2013-11-28 22:53:37 +05:30
Mark Rickert 0cfec65383 Added OSX utility shortcuts
.DS_Store cleaner (recursive)
See who's connected to your itunes library
Flush dns cache.
2013-04-09 09:14:40 -04:00
Jeraimee Hughes 8682843b06 Added fh (Finder Here) alias for OS X 2012-08-01 14:03:09 -04:00
Erich Smith 19cca368a5 Merge pull request #144 from nwinkler/bash-it-osx-growl
Growl notification for OS X commands
2012-07-31 17:30:34 -07:00
Nils Winkler fd29ff14dd Added comment for grnot. 2012-06-25 12:21:43 +02:00
Nils Winkler 6ce8a3ee9a Added alias for Growl notification, can be used like the following to notify once the long running process (make in this example) is done:
$ make install ; grnot
2012-06-25 12:21:43 +02:00
Erich Smith 17aaa9ce24 add alias metadata, remove help() 2012-05-22 09:57:25 +02:00
Eitan Adler 3fc60b5358 Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
David DeSandro 4a8e08e783 Revert "Add various aliases"
This reverts commit 3ef689f29a.
2011-06-20 16:13:59 -04:00
David DeSandro 3ef689f29a Add various aliases 2011-06-17 10:57:31 -04:00
Travis Swicegood ef42010c7b Make all aliases optional (a la plugins)
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits.  This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00