Commit Graph

621 Commits (ca44b5549058a891f68f1f271f3c8b6f1d08a994)

Author SHA1 Message Date
Mike Turquette ca44b55490 Merge be647ff448 into eca3498f46 2014-02-05 06:11:42 -08:00
Travis Swicegood eca3498f46 Merge pull request #258 from nwinkler/homesick-completion
Added completion for Homesick
2014-01-29 19:34:55 -08:00
Travis Swicegood f4bd61a678 Merge pull request #259 from marshally/fix_rbenv_gemset_bug
fix bug where "no active gemsets" displayed to STDERR
2014-01-29 18:57:39 -08:00
Marshall Yount 231d7fcd48 fix bug where "no active gemsets" displayed to STDERR 2014-01-16 12:04:47 -06:00
Nils Winkler bdc5729d23 Added completion for Homesick
(https://github.com/technicalpickles/homesick). Originally from
https://github.com/liborw/homesick-completion.
2014-01-16 09:44:55 +01:00
Travis Swicegood 931aba4281 Merge pull request #255 from jkogara/master
Update to ssh completion to add parsing of /etc/hosts and support for username@host completion
2014-01-13 08:34:14 -08:00
Travis Swicegood 3b6180a726 Merge pull request #254 from aramprice/master
Make chruby plugins conform to naming convention
2014-01-13 08:27:22 -08:00
Travis Swicegood 7df6159294 Merge pull request #256 from marshally/rbenv_gemset
add support for rbenv gemset command to bash prompt
2014-01-13 08:26:22 -08:00
Marshall Yount 2bc89fd8c1 add support for rbenv gemset command to bash prompt 2014-01-09 12:37:06 -06:00
Travis Swicegood adfd72a3ad Fix so this works with the all themes (oops) 2014-01-09 10:52:14 -06:00
John O'Gara 3b53623f64 Added parsing of /etc/hosts and support for username@host completion 2014-01-04 12:50:45 +00:00
aram price 5ef3f817fe Make chruby plugins conform to naming convention 2014-01-02 11:27:14 -08:00
Travis Swicegood 3f41442e3a Merge pull request #253 from RobLoach/drush
Add Drush completion support
2014-01-02 09:45:37 -08:00
Travis Swicegood e8a90532b9 Merge pull request #225 from Bakke/master
Add Bakke theme
2014-01-02 09:44:35 -08:00
Rob Loach 2c730cddee Add Drush completion support 2013-12-30 17:51:48 -05:00
Travis Swicegood aacc294a5e Merge pull request #247 from jimmynotjim/make-iso
Added plugin to create iso from current dir
2013-12-20 12:31:26 -08:00
jimmynotjim 55a37ad4c9 Fixed example arguments and added param arguments 2013-12-19 10:21:55 -05:00
Travis Swicegood f26584f649 Merge pull request #244 from oddjobsman/master
Modified theme to use PROMPT_COMMAND instead of PS1
2013-12-17 14:53:14 -08:00
Travis Swicegood 138b95f13b Merge pull request #246 from vinu76jsr/osx_xcode_alias_fix
Fixed Alias for XCode under OSX
2013-12-17 14:52:57 -08:00
Travis Swicegood 80d7a80dea Merge pull request #249 from websi/capistrano
Add bash completion support for Capistrano
2013-12-17 08:24:25 -08:00
Travis Swicegood c09b689676 Merge pull request #250 from nwinkler/osx-tab
Open new OS X tab change: Ignore command in history
2013-12-17 08:22:36 -08:00
Travis Swicegood 199f5ca4c3 Merge pull request #251 from Fisiu/upstream
New simple theme, named 'pure'.
2013-12-17 08:20:23 -08:00
Mariusz Fik c2c5f381c0 New simple theme, named 'pure'.
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2013-12-16 21:09:50 +01:00
Travis Swicegood b65e0d0e40 Add in Grunt auto-completion 2013-12-13 17:21:31 -06:00
Nils Winkler 964850d6da Subtle change: Added a space in front of the command that's run in the
new tab. If you use `export HISTIGNORE=' *'` in your shell, this will
ensure that commands starting with a space will not be included in the
history. Since the command sent to the new tab by the `tab` command
probably shouldn't show up in the history, I added a leading space
character.
2013-12-10 17:05:28 +01:00
Timo Webler ff3c47ed43 Add bash completion support for Capistrano 2013-12-04 13:42:58 +01:00
jimmynotjim d5bfb7fcb4 Added plugin to create iso from current dir
Includes options for custom name, dest dir and source dir
2013-11-29 14:25:47 -05:00
Vaibhav Mishra 1a4f8140ff Fixed Alias for XCode under OSX 2013-11-28 22:53:37 +05:30
oddjobsman faa8b91271 Modified theme to use PROMPT_COMMAND instead of PS1 2013-11-28 00:07:29 +05:30
Travis Swicegood 814b4bc53a Merge pull request #241 from jimmynotjim/vagrant-aliases
Added aliases for Vagrant
2013-11-27 10:16:29 -08:00
Travis Swicegood 8ddb1fc95c Merge pull request #242 from jimmynotjim/git-additions
Added new aliases and plugins for git
2013-11-27 10:12:09 -08:00
jimmynotjim 3aa33ea18a Removed due to Git handling this automatically
See this discussion https://github.com/revans/bash-it/pull/242/files#r7964126
2013-11-27 13:07:47 -05:00
jimmynotjim 5d22da957b Added new aliases and plugins for git 2013-11-27 11:26:50 -05:00
jimmynotjim c398c9ee06 Added aliases for Vagrant 2013-11-26 22:47:48 -05:00
Travis Swicegood 1a885b957f Add a fallback in case Git isn't being used (*shutters*) 2013-11-25 18:06:33 -06:00
Travis Swicegood 16704a68aa Update to show the difference between staged, unstaged, and untracked files 2013-11-25 18:02:58 -06:00
Travis Swicegood 24c1cd1170 Trim the whitespace from git stash output 2013-11-25 17:07:14 -06:00
Travis Swicegood 8701f70397 Merge remote-tracking branch 'edubxb/master' 2013-11-25 16:22:38 -06:00
Travis Swicegood 4679ca37a1 Merge pull request #229 from oddjobsman/master
Added Sexy Bash Prompt suggested by @addyosmani in "A Toolbelt For The M...
2013-11-25 14:18:30 -08:00
Michael Turquette be647ff448 aliases: tmux.aliases.bash
I'm not sure if the 256-color alias introduced in this file is needed.
Not enabled by default but I kept it around because I needed it at some
point in the past...

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:48 -08:00
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 0b6401fa77 themes: new square theme
square is a mix of the existing 'minimal' and 'standard' themes without
any unicode characters that might fail to render in some terminal
emulators.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Mike Turquette 4f5bdd993e plugins: trivial typo fixes
Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Mike Turquette fccf91728e plugins: extract: add new preview-extract function
It is often desirable to inspect the contents of an archive before
unpacking it.  Add a new function, preview-extract, which does this.
preview-extract is a copy-paste of extract(), but the tar commands have
parameter 'x' replaced with 't' to print the pathes of any files in the
archive.

The non-tar lines have been commented out since I rarely use those and
don't know the equivalent parameters off hand.  Hopefully a kind soul
will add those in.

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
Eduardo Bellido Bellido 91538bce78 Now, really fixed wrong number for white color in Powerline and Powerline-plain themes 2013-11-15 20:57:27 +01:00
Eduardo Bellido Bellido ca0d29e2af Fixed wrong number for white color in Powerline and Powerline-plain themes 2013-11-15 17:57:05 +01:00