Commit Graph

95 Commits (66b5d56b9eab0e9cea6fe6db3b89f0ba87bcb6f3)

Author SHA1 Message Date
Michael Turquette 66b5d56b9e aliases: git.aliases.bash: git-sign-off
New alias for quickly using git filter-branch to add my SoB to a set of
patches. Use like so:

	git-sign-off HEAD~3..HEAD

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:48 -08:00
Michael Turquette fa889d2fbd aliases: general.aliases.bash: comment 'c'
zzz.aliases.bash introduced a difference alias for 'c', related to
copying Linux kernel binaries to the SD card.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Michael Turquette 30c494fd7a aliases: git mv zdev.aliases.bash zzz.aliases.bash
Because zdev was a stupid name and zzz is awesome.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Michael Turquette edf66b21e6 aliases: new mturquette-specific aliases
zdev is just a name that starts with 'z' (for parsing at the end) and
'dev' just means that these aliases have to do with development.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Mike Turquette 4fba1ce6d2 aliases: git: consistent behavior for git users
The case block in git.aliases.bash does the right thing for vim users
that do not populate $EDITOR.  However vim users that populate $EDITOR
are met with the following error:

$ gd
Vim: Warning: Input is not from a terminal
Vim: Error reading input, exiting...
Vim: preserving files...
Vim: Finished.

Fix this inconsistency by adding another case block in the else block
which handles passing the appropriate arguments to vim.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Nils Winkler 85314e395c Added first version of git-svn aliases 2013-11-14 15:42:19 +01:00
Tarjei Husøy ce5bb3d6eb Fix typo in general.aliases.bash. 2013-05-01 21:33:52 +03:00
Travis Swicegood ad41c5cdc5 Merge pull request #190 from spauka/master
Use ls --color=auto
2013-04-24 05:57:51 -07:00
Travis Swicegood b8ff0094b8 Merge remote-tracking branch 'markrickert/master'
Conflicts:
	aliases/available/git.aliases.bash
2013-04-24 07:54:33 -05:00
Travis Swicegood 7eebd5d7b2 Merge pull request #191 from fizerkhan/master
Jitsu aliases
2013-04-23 20:21:10 -07:00
Mark Rickert 8be156fc8b Added some awesome git aliases for statistics, history, and seeing what changed. 2013-04-09 09:15:48 -04:00
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
Robbie Clutton e9c9049b22 'git pull --rebase' alias 2013-03-10 09:05:36 +00:00
Fizer Khan f2dcd4e759 Added Jitsu aliases. 2013-03-09 12:39:52 +05:30
Sebastian Pauka 1d1c57265c Fixed ls alias to use --color=auto instead of --color=always. 2013-03-07 10:19:08 +11:00
Travis Swicegood 8c4ea4f598 Add ability to override using $EDITOR 2012-11-15 10:24:01 -06:00
Greg Nofi 20b3d43c4b Git Aliases: Remove duplicate darwin clause/add default clause for git diff. 2012-11-15 10:15:42 -05: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
Nils Winkler f71be20247 Changed meta info resolution to look for data based on the type, e.g. about-plugin, about-alias, about-completion. 2012-05-21 15:52:03 +02:00
Nils Winkler 1f558e2550 Extended enable/disable and describe functionality to work for aliases and completions as well. 2012-05-21 13:24:49 +02:00
Eitan Adler 3fc60b5358 Fix bogus bash binary location 2012-04-17 00:24:58 -04:00
Travis Swicegood b3c4219124 Merge remote-tracking branch 'rjorgenson/master' 2012-03-13 07:35:30 -07:00
Nils Winkler 54d7a4e9a6 Added aliases for Maven 2012-02-07 14:31:33 +01:00
rjorgenson f0bceecb88 added error suppression to tree alias
the $(which tree) check general.aliases would ouput an error if the
    command was not found. Added suppression of that error.
2011-11-29 23:45:25 -07:00
Martin Westin 8a46e195d6 Bundler aliases "inspired by" OhMyZsh 2011-08-29 08:22:19 +02:00
Mark Szymanski 70e4c1ced0 Merge branch 'master' of github.com:revans/bash-it 2011-08-12 16:31:18 -05:00
Mark Szymanski ba8fde85eb Make gshuf alias checker work on other bash versions 2011-08-12 16:30:55 -05:00
Antono Vasiljev 380a4a6c0e Alias for textmate only on darwin* 2011-08-12 04:12:07 +03:00
Antono Vasiljev 89da5f9cec general.aliases.bash: use native tree if [ -x ] .... 2011-08-12 04:11:16 +03:00
Antono Vasiljev 818e687790 Detect OS in emacs.aliases.bash 2011-08-12 04:07:12 +03:00
Mark Szymanski e964c029aa Add alias for shuf -> gshuf 2011-08-10 18:49:07 -05:00
Mark Szymanski 5af99be158 Get rid of old jekyll aliases 2011-06-24 17:45:13 -05:00
David DeSandro 4a8e08e783 Revert "Add various aliases"
This reverts commit 3ef689f29a.
2011-06-20 16:13:59 -04:00
David DeSandro 11b5955161 Revert "move garb into git plugins; rename newpost as jknewpost"
This reverts commit d22a4cfa70.
2011-06-20 16:13:34 -04:00
David DeSandro d22a4cfa70 move garb into git plugins; rename newpost as jknewpost 2011-06-17 11:01:18 -04:00
David DeSandro 3ef689f29a Add various aliases 2011-06-17 10:57:31 -04:00
Mark Szymanski 80e734f3e0 Added Homebrew aliases to the available aliases 2011-06-13 11:45:24 -05: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
Mark Szymanski b7a0cb6133 Added Homebrew aliases 2011-06-05 20:45:53 -05:00
Mark Szymanski 81b82a80d2 Fix an idiot mistake I made 2011-06-03 07:36:31 -05:00
Mark Szymanski 5e95755a19 Add another alias for clear and add some more aliases to alias-help 2011-06-02 20:29:16 -05:00
Joshua Nussbaum ccf4951d17 Added alias for rake db:migrate 2011-05-27 23:59:33 -07:00
Daniel Engel e56c71a002 Added 'tonka' prompt, and personal color scheme.
Added 'dirs' plugin, dor directory stack navigation.
2011-03-14 20:36:25 -04:00
Mark Szymanski 9a6e841805 Added alias, ripped off from oh-my-zsh 2011-02-19 20:48:03 -06:00
Mark Szymanski b4d773441b Added 'hex' alias to open file with Hex Fiend 2011-01-20 11:05:50 -06:00
Mark Szymanski 1c1444f4b2 Added 'textedit' alias 2011-01-19 16:15:24 -06:00