hequn [Wed, 2 Apr 2014 10:41:28 +0000 (18:41 +0800)]
Add git config option bash-it.hide-status to decide whether check git status.
Travis Swicegood [Tue, 1 Apr 2014 15:41:00 +0000 (10:41 -0500)]
Add ability for themes to specify that you're viewing a tag along with Powerline implementation
Travis Swicegood [Tue, 1 Apr 2014 15:24:10 +0000 (10:24 -0500)]
Merge pull request #277 from NemesisRE/patch-1
added support for git tags
Travis Swicegood [Tue, 1 Apr 2014 15:19:48 +0000 (10:19 -0500)]
Merge pull request #279 from jbarbuto/master
Added git tag aliases
John A. Barbuto [Fri, 28 Mar 2014 01:21:33 +0000 (18:21 -0700)]
Added git tag aliases
http://stackoverflow.com/questions/
14273531/how-to-sort-git-tags
Travis Swicegood [Wed, 26 Mar 2014 14:58:24 +0000 (09:58 -0500)]
Add a pyedit command thanks to @srossross
Steven Koeberich [Mon, 17 Mar 2014 16:29:12 +0000 (17:29 +0100)]
added support for git tags
Travis Swicegood [Sat, 15 Mar 2014 13:47:45 +0000 (08:47 -0500)]
Merge pull request #275 from caguettaz/world
Improved prompt speed when hg is not installed.
Christophe Aguettaz [Sat, 15 Mar 2014 10:38:25 +0000 (11:38 +0100)]
Git-related fixes for themes.
Improved prompt display speed when git is not installed by
preventing bash from walking the path before each prompt.
Removed pesky stash-related git error message when in bare repos.
Travis Swicegood [Fri, 14 Mar 2014 22:33:54 +0000 (17:33 -0500)]
Merge pull request #273 from betamatt/patch-1
[sexy theme] remove extra reset which finds its way into stdout
Travis Swicegood [Fri, 14 Mar 2014 22:33:14 +0000 (17:33 -0500)]
Merge pull request #272 from yachi/patch-1
Update screenshots url in README.md
Christophe Aguettaz [Fri, 14 Mar 2014 15:01:20 +0000 (16:01 +0100)]
Improved prompt speed when hg is not installed.
Prevented bash from walking the path looking for hg when it is not
installed during each prompt refresh.
Matt Griffin [Thu, 6 Mar 2014 02:24:59 +0000 (21:24 -0500)]
[sexy theme] remove extra reset which finds its way into stdout
Stray sgr0 was emitted to stdout, corrupting application output.
yachi [Thu, 6 Mar 2014 02:15:27 +0000 (10:15 +0800)]
Update screenshots url in README.md
Travis Swicegood [Mon, 3 Mar 2014 20:19:52 +0000 (14:19 -0600)]
Remove all the theme screenshots, they're now in the wiki
Travis Swicegood [Wed, 12 Feb 2014 19:40:48 +0000 (13:40 -0600)]
Merge pull request #260 from HaloZero/feature/theme-screenshots
Feature/theme screenshots
rohan [Fri, 7 Feb 2014 08:50:36 +0000 (00:50 -0800)]
removing backup folder
Travis Swicegood [Wed, 5 Feb 2014 21:57:34 +0000 (15:57 -0600)]
Merge pull request #263 from aramprice/master
Update chruby prompt to show "(system)" when using system ruby
aram price [Tue, 4 Feb 2014 20:06:02 +0000 (12:06 -0800)]
Update chruby prompt to show "(system)" when using system ruby
Travis Swicegood [Thu, 30 Jan 2014 03:34:55 +0000 (19:34 -0800)]
Merge pull request #258 from nwinkler/homesick-completion
Added completion for Homesick
Travis Swicegood [Thu, 30 Jan 2014 02:57:39 +0000 (18:57 -0800)]
Merge pull request #259 from marshally/fix_rbenv_gemset_bug
fix bug where "no active gemsets" displayed to STDERR
rohan [Mon, 27 Jan 2014 16:23:19 +0000 (08:23 -0800)]
Adding new better compressed terminal screenshots
rohan [Sun, 26 Jan 2014 20:05:05 +0000 (12:05 -0800)]
Converting all files to png
rohan [Sun, 26 Jan 2014 20:00:56 +0000 (12:00 -0800)]
Compressing files
rohan [Sun, 26 Jan 2014 19:34:31 +0000 (11:34 -0800)]
Adding black and white screenshots, bigger font
rohan [Mon, 20 Jan 2014 21:39:31 +0000 (13:39 -0800)]
Replace wiki link wtih repo link to avoid maintenance
rohan [Mon, 20 Jan 2014 21:34:37 +0000 (13:34 -0800)]
Adding screenshots and updating readme to link to themes
Marshall Yount [Thu, 16 Jan 2014 18:04:47 +0000 (12:04 -0600)]
fix bug where "no active gemsets" displayed to STDERR
Nils Winkler [Mon, 9 Sep 2013 06:48:15 +0000 (08:48 +0200)]
Added completion for Homesick
(https://github.com/technicalpickles/homesick). Originally from
https://github.com/liborw/homesick-completion.
Travis Swicegood [Mon, 13 Jan 2014 16:34:14 +0000 (08:34 -0800)]
Merge pull request #255 from jkogara/master
Update to ssh completion to add parsing of /etc/hosts and support for username@host completion
Travis Swicegood [Mon, 13 Jan 2014 16:27:22 +0000 (08:27 -0800)]
Merge pull request #254 from aramprice/master
Make chruby plugins conform to naming convention
Travis Swicegood [Mon, 13 Jan 2014 16:26:22 +0000 (08:26 -0800)]
Merge pull request #256 from marshally/rbenv_gemset
add support for rbenv gemset command to bash prompt
Marshall Yount [Thu, 9 Jan 2014 18:37:06 +0000 (12:37 -0600)]
add support for rbenv gemset command to bash prompt
Travis Swicegood [Thu, 9 Jan 2014 16:52:14 +0000 (10:52 -0600)]
Fix so this works with the all themes (oops)
John O'Gara [Sat, 4 Jan 2014 12:50:45 +0000 (12:50 +0000)]
Added parsing of /etc/hosts and support for username@host completion
aram price [Thu, 2 Jan 2014 19:27:14 +0000 (11:27 -0800)]
Make chruby plugins conform to naming convention
Travis Swicegood [Thu, 2 Jan 2014 17:45:37 +0000 (09:45 -0800)]
Merge pull request #253 from RobLoach/drush
Add Drush completion support
Travis Swicegood [Thu, 2 Jan 2014 17:44:35 +0000 (09:44 -0800)]
Merge pull request #225 from Bakke/master
Add Bakke theme
Rob Loach [Mon, 30 Dec 2013 22:51:48 +0000 (17:51 -0500)]
Add Drush completion support
Travis Swicegood [Fri, 20 Dec 2013 20:31:26 +0000 (12:31 -0800)]
Merge pull request #247 from jimmynotjim/make-iso
Added plugin to create iso from current dir
jimmynotjim [Thu, 19 Dec 2013 15:21:55 +0000 (10:21 -0500)]
Fixed example arguments and added param arguments
Travis Swicegood [Tue, 17 Dec 2013 22:53:14 +0000 (14:53 -0800)]
Merge pull request #244 from oddjobsman/master
Modified theme to use PROMPT_COMMAND instead of PS1
Travis Swicegood [Tue, 17 Dec 2013 22:52:57 +0000 (14:52 -0800)]
Merge pull request #246 from vinu76jsr/osx_xcode_alias_fix
Fixed Alias for XCode under OSX
Travis Swicegood [Tue, 17 Dec 2013 16:24:25 +0000 (08:24 -0800)]
Merge pull request #249 from websi/capistrano
Add bash completion support for Capistrano
Travis Swicegood [Tue, 17 Dec 2013 16:22:36 +0000 (08:22 -0800)]
Merge pull request #250 from nwinkler/osx-tab
Open new OS X tab change: Ignore command in history
Travis Swicegood [Tue, 17 Dec 2013 16:20:23 +0000 (08:20 -0800)]
Merge pull request #251 from Fisiu/upstream
New simple theme, named 'pure'.
Mariusz Fik [Mon, 16 Dec 2013 19:34:26 +0000 (20:34 +0100)]
New simple theme, named 'pure'.
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
Travis Swicegood [Fri, 13 Dec 2013 23:21:08 +0000 (17:21 -0600)]
Add in Grunt auto-completion
Nils Winkler [Tue, 10 Dec 2013 15:59:22 +0000 (16:59 +0100)]
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.
Timo Webler [Wed, 4 Dec 2013 12:42:58 +0000 (13:42 +0100)]
Add bash completion support for Capistrano
jimmynotjim [Fri, 29 Nov 2013 19:19:26 +0000 (14:19 -0500)]
Added plugin to create iso from current dir
Includes options for custom name, dest dir and source dir
Vaibhav Mishra [Thu, 28 Nov 2013 17:23:37 +0000 (22:53 +0530)]
Fixed Alias for XCode under OSX
oddjobsman [Wed, 27 Nov 2013 18:37:29 +0000 (00:07 +0530)]
Modified theme to use PROMPT_COMMAND instead of PS1
Travis Swicegood [Wed, 27 Nov 2013 18:16:29 +0000 (10:16 -0800)]
Merge pull request #241 from jimmynotjim/vagrant-aliases
Added aliases for Vagrant
Travis Swicegood [Wed, 27 Nov 2013 18:12:09 +0000 (10:12 -0800)]
Merge pull request #242 from jimmynotjim/git-additions
Added new aliases and plugins for git
jimmynotjim [Wed, 27 Nov 2013 18:07:47 +0000 (13:07 -0500)]
Removed due to Git handling this automatically
See this discussion https://github.com/revans/bash-it/pull/242/files#r7964126
jimmynotjim [Wed, 27 Nov 2013 16:26:50 +0000 (11:26 -0500)]
Added new aliases and plugins for git
jimmynotjim [Wed, 27 Nov 2013 03:47:48 +0000 (22:47 -0500)]
Added aliases for Vagrant
Travis Swicegood [Tue, 26 Nov 2013 00:06:33 +0000 (18:06 -0600)]
Add a fallback in case Git isn't being used (*shutters*)
Travis Swicegood [Tue, 26 Nov 2013 00:02:58 +0000 (18:02 -0600)]
Update to show the difference between staged, unstaged, and untracked files
Travis Swicegood [Mon, 25 Nov 2013 23:07:14 +0000 (17:07 -0600)]
Trim the whitespace from git stash output
Travis Swicegood [Mon, 25 Nov 2013 22:22:38 +0000 (16:22 -0600)]
Merge remote-tracking branch 'edubxb/master'
Travis Swicegood [Mon, 25 Nov 2013 22:18:30 +0000 (14:18 -0800)]
Merge pull request #229 from oddjobsman/master
Added Sexy Bash Prompt suggested by @addyosmani in "A Toolbelt For The M...
Eduardo Bellido Bellido [Fri, 15 Nov 2013 19:57:27 +0000 (20:57 +0100)]
Now, really fixed wrong number for white color in Powerline and Powerline-plain themes
Eduardo Bellido Bellido [Fri, 15 Nov 2013 16:57:05 +0000 (17:57 +0100)]
Fixed wrong number for white color in Powerline and Powerline-plain themes
Travis Swicegood [Thu, 14 Nov 2013 16:25:04 +0000 (08:25 -0800)]
Merge pull request #239 from nwinkler/git-svn-aliases
git-svn aliases
Nils Winkler [Fri, 8 Nov 2013 08:48:15 +0000 (09:48 +0100)]
Added first version of git-svn aliases
Eduardo Bellido Bellido [Wed, 13 Nov 2013 21:45:05 +0000 (22:45 +0100)]
Added Powerline-plain theme
Eduardo Bellido Bellido [Tue, 12 Nov 2013 23:01:09 +0000 (00:01 +0100)]
Added Powerline theme
Eduardo Bellido Bellido [Tue, 12 Nov 2013 22:54:07 +0000 (23:54 +0100)]
Added support to show commits ahead, commits behind and stashes count in Git
through variables
Travis Swicegood [Thu, 7 Nov 2013 20:21:59 +0000 (12:21 -0800)]
Merge pull request #233 from aramprice/master
Add chruby and chruby-auto plugins
Travis Swicegood [Thu, 7 Nov 2013 20:17:11 +0000 (12:17 -0800)]
Merge pull request #235 from nwinkler/nwinkler_theme
Added custom bash prompt
Nils Winkler [Thu, 7 Nov 2013 13:08:42 +0000 (14:08 +0100)]
Added custom bash prompt, based on the 'my' theme.
This colors the arrow at the start of the second line based on the exit
code of the last command: green for 0, red for non-zero
This functionality currently fails when the 'fasd' plugin is enabled,
since it is messing with the PROMPT_COMMAND function.
aram price [Mon, 4 Nov 2013 01:58:09 +0000 (17:58 -0800)]
Add chruby and chruby-auto plugins
* chruby.bash loads chruby
* chruby-auto.bash loads chruby and enables auto-switching
* add chruby_version_prompt() function for displaying ruby version
* inspired by https://gist.github.com/rssvihla/
6153455
Travis Swicegood [Wed, 2 Oct 2013 21:41:17 +0000 (16:41 -0500)]
Updated README.md to fix #230
Thanks @p5k6!
oddjobsman [Tue, 17 Sep 2013 13:34:50 +0000 (19:04 +0530)]
Added Sexy Bash Prompt suggested by @addyosmani in "A Toolbelt For The Modern WebApp Developer" as bash-it theme.
magnus [Tue, 20 Aug 2013 19:46:09 +0000 (21:46 +0200)]
Add Bakke theme
Travis Swicegood [Wed, 22 May 2013 19:23:21 +0000 (12:23 -0700)]
Merge pull request #209 from ksheedlo/master
pip completion
Ken Sheedlo [Wed, 22 May 2013 06:37:24 +0000 (00:37 -0600)]
Add pip completion
Travis Swicegood [Wed, 1 May 2013 18:43:01 +0000 (11:43 -0700)]
Merge pull request #205 from thusoy/patch-1
Fix typo in general.aliases.bash.
Tarjei Husøy [Wed, 1 May 2013 18:33:52 +0000 (21:33 +0300)]
Fix typo in general.aliases.bash.
Travis Swicegood [Wed, 24 Apr 2013 12:57:51 +0000 (05:57 -0700)]
Merge pull request #190 from spauka/master
Use ls --color=auto
Travis Swicegood [Wed, 24 Apr 2013 12:54:33 +0000 (07:54 -0500)]
Merge remote-tracking branch 'markrickert/master'
Conflicts:
aliases/available/git.aliases.bash
Travis Swicegood [Wed, 24 Apr 2013 03:21:10 +0000 (20:21 -0700)]
Merge pull request #191 from fizerkhan/master
Jitsu aliases
Travis Swicegood [Wed, 24 Apr 2013 03:20:34 +0000 (20:20 -0700)]
Merge pull request #192 from robb1e/master
"git pull --rebase" alias
Travis Swicegood [Wed, 24 Apr 2013 03:15:48 +0000 (20:15 -0700)]
Merge pull request #198 from conrado/master
small fix for #197
Travis Swicegood [Wed, 24 Apr 2013 03:08:51 +0000 (20:08 -0700)]
Merge pull request #200 from sgerrand/ignore-bash_profile-if-nonexistent
Adds write permission test on ~/.bash_profile prior to backup attempt
Sasha Gerrand [Wed, 24 Apr 2013 03:05:28 +0000 (13:05 +1000)]
Adds write permission test on ~/.bash_profile prior to backup attempt. Fixes #199.
Conrado Buhrer [Wed, 10 Apr 2013 16:57:21 +0000 (13:57 -0300)]
fixed: hg branch grep+awk problem #197
Mark Rickert [Tue, 9 Apr 2013 13:15:48 +0000 (09:15 -0400)]
Added some awesome git aliases for statistics, history, and seeing what changed.
Mark Rickert [Tue, 9 Apr 2013 13:14:40 +0000 (09:14 -0400)]
Added OSX utility shortcuts
.DS_Store cleaner (recursive)
See who's connected to your itunes library
Flush dns cache.
Travis Swicegood [Mon, 25 Mar 2013 14:40:16 +0000 (07:40 -0700)]
Merge pull request #193 from upgradingdave/small-fix-ensure-enabled-dir-exists
Create plugins/enabled directory if it doesn't already exist
Dave Paroulek [Mon, 25 Mar 2013 12:36:27 +0000 (08:36 -0400)]
Create plugins/enabled directory if it doesn't already exist
- This fixes a bug I saw after installing bash-it on Mac OS X 10.6.8.
During bash-it installation I chose not to install any plugins. After
install, when `bash-it enable plugin foo` was complaining that the
enabled directory did not exist.
Robbie Clutton [Sun, 10 Mar 2013 09:05:36 +0000 (09:05 +0000)]
'git pull --rebase' alias
Fizer Khan [Sat, 9 Mar 2013 07:09:52 +0000 (12:39 +0530)]
Added Jitsu aliases.
Sebastian Pauka [Wed, 6 Mar 2013 23:17:01 +0000 (10:17 +1100)]
Fixed ls alias to use --color=auto instead of --color=always.
Travis Swicegood [Thu, 14 Feb 2013 19:40:59 +0000 (11:40 -0800)]
Merge pull request #187 from manojlds/virtualenvprompt
Using $VIRTUAL_ENV to set virtualenv prompt
manojlds [Thu, 14 Feb 2013 05:08:12 +0000 (10:38 +0530)]
Using $VIRTUAL_ENV to set virtualenv prompt
Travis Swicegood [Fri, 16 Nov 2012 17:00:46 +0000 (11:00 -0600)]
Add a wovenv to match mkvenv
Travis Swicegood [Fri, 16 Nov 2012 17:00:30 +0000 (11:00 -0600)]
Remove --no-site-packages as that is now the default behavior