Commit Graph

1238 Commits (a2ac5b0096c41212730995b5d0e67d8713655e8f)

Author SHA1 Message Date
Christophe Aguettaz a2ac5b0096 Fixed compatibility with older bash versions.
Older versions (like 3.2, current default on MacOS X) don't implement
readarray.
2016-01-26 20:05:47 +01:00
Christophe Aguettaz 3fa0881281 [bugfix] Fixed performance issue with git prompt
The git prompt would could bash to use 100% CPU
for large amounts of time when dealing with long
`git status` outputs.
2016-01-25 20:02:50 +01:00
Nils Winkler b422d756b0 Added reference to EditorConfig 2016-01-14 08:21:10 +01:00
Nils Winkler 92299bee8d Merge pull request #648 from odbol/master
Added Primer (minimal time) theme, based off of the candy theme.
2016-01-14 08:18:37 +01:00
Tyler Freeman 17d69dbc1a Added Primer (minimal time) theme, based off of the candy theme. 2016-01-13 18:31:10 -08:00
Nils Winkler 9b62a81b35 Merge pull request #647 from trinitronx/add-docker-completion
Adding docker command line client completion
2016-01-12 07:53:34 +01:00
Nils Winkler 3974532a82 Merge pull request #646 from trinitronx/add-silver-searcher-aliases
Adding alias for sane default options to "ag" ("the silver searcher")
2016-01-12 07:49:13 +01:00
James Cuzella a742959058 Adding comments to summarize less arguments 2016-01-11 12:09:04 -07:00
James Cuzella 219832bc56 Adding docker command line client completion from https://github.com/docker/docker/blob/master/contrib/completion/bash/docker 2016-01-08 17:53:25 -07:00
James Cuzella 544ba1ca57 Adding alias for sane default options to "ag" ("the silver searcher" a fast grep / ack alternative) 2016-01-08 17:34:49 -07:00
Nils Winkler 2b9f941d1e Merge pull request #645 from nwinkler/editorconfig
Added editorconfig file
2016-01-08 08:38:06 +01:00
Nils Winkler 881a1535fc Added editorconfig file
See http://editorconfig.org/ for more info...

If you're using an editor that supports _editorconfig_, the editor's
settings for indentation, line endings, etc. should automatically adjust
when editing files.
2016-01-08 08:37:30 +01:00
Nils Winkler bf7ff19abc Merge pull request #644 from nwinkler/install-indentation
Fixed indentation
2016-01-08 08:27:42 +01:00
Nils Winkler 696d0e50b0 Fixed indentation
Removed tabs, using 2 spaces everywhere.
2016-01-08 08:26:55 +01:00
Nils Winkler 28071aba21 Merge pull request #641 from spectrumIG/Issue-621
Add follow sym link and option to append template to existing .bashrc
2016-01-08 08:20:06 +01:00
Daniele Andreoli 245fcfa49b Fix wrong pipe. Add in any case a backup file for compatibility 2016-01-08 02:20:18 +01:00
Daniele Andreoli fdc75e42b9 Add while block to allow correct choice 2016-01-07 09:23:36 +01:00
Daniele Andreoli 55245cc98e Fix typo and missing spaces 2016-01-07 09:20:23 +01:00
Daniele Andreoli a3efe1479a Add follow sym link and option to append template to existing .bashrc 2016-01-06 12:53:05 +01:00
Nils Winkler f51a270480 Merge pull request #640 from NinjaSudo/NinjaSudo-brew-cask-fix
fixed brew cask aliases
2016-01-06 08:33:50 +01:00
Nils Winkler 96f72d8c35 Merge pull request #639 from CodeFalling/add-percol
add plugin:percol
2016-01-06 08:09:50 +01:00
Edward Freeman eec0aa6e9c fixed brew cask aliases
they removed the - from their CLI
2016-01-05 16:58:54 -08:00
codefalling c08c1c095a add plugin:percol 2016-01-05 23:34:10 +08:00
Nils Winkler d37ed8c822 Merge pull request #638 from nwinkler/contributing
Added first draft of contribution guidelines
2016-01-05 08:23:21 +01:00
Nils Winkler f21795a9fc Added first draft of contribution guidelines 2016-01-05 08:21:46 +01:00
Nils Winkler cbe8bbc2b4 Merge pull request #637 from nwinkler/homebrew-completion
Loading Homebrew Bash Completion if installed
2016-01-05 08:20:05 +01:00
Nils Winkler 38bd3a3b99 Loading Homebrew Bash Completion if installed
In addition to the regular /etc/bash_completion, the one from Homebrew
is loaded when running on OS X, and when Homebrew is installed.

Also added the system completion to the default install options, since
this is a feature that's requested frequently.
2016-01-05 07:35:02 +01:00
Nils Winkler 718e594442 Merge pull request #636 from was4444/patch-1
fix syntax mistake
2016-01-04 11:44:16 +01:00
was4444 25940111e8 fix wrong syntax 2016-01-04 18:42:40 +08:00
Nils Winkler 92b8f728b2 Merge pull request #635 from was4444/master
add system default completion
2016-01-04 08:10:17 +01:00
wxf 9cb4ae0650 add host info in titlebar 2016-01-01 16:29:26 +08:00
wxf 56fdb6333c support system completion 2016-01-01 15:46:53 +08:00
wxf 468475dc49 add personal theme 2016-01-01 15:36:50 +08:00
Nils Winkler 56e87d8582 Merge pull request #633 from kylev/kv_nvm_brew
Enable discovery and use of nvm installed via homebrew.
2015-12-28 12:55:24 +01:00
Kyle VanderBeek 1dcfecbc17 Enable discovery and use of nvm installed via homebrew.
https://github.com/Homebrew/homebrew/blob/master/Library/Formula/nvm.rb#L27
2015-12-23 12:49:57 -08:00
Nils Winkler f3a616645c Merge pull request #631 from nwinkler/install-base
Added base plugin to default install
2015-12-22 09:43:57 +01:00
Nils Winkler 127ac23eea Added base plugin to default install
Fixes #609
2015-12-22 09:42:22 +01:00
Nils Winkler 742c451f85 Merge pull request #628 from jwhisnant/master
Show crouton debian_chroot and python virtualenv (if applicable) (feature)
2015-12-20 16:58:59 +01:00
James Whisnant fbd0a33cd1 fix normal user username 2015-12-19 23:37:12 -05:00
James Whisnant 11057a77a7 Merge branch 'master' of https://github.com/jwhisnant/bash-it 2015-12-19 23:29:05 -05:00
James Whisnant ddba9555c7 use words instead of escape codes, some code cleanup 2015-12-19 23:28:23 -05:00
James Whisnant b52827ed32 virualenv and debian chroot support for zork theme
Merge branch 'develop'
2015-12-18 18:19:46 -05:00
James Whisnant 337caf1a50 Add support to zork them for crouton debian chroot and virtualenv
Adds support for a crouton debian chroot and python virtualenvwrapper
to the zork theme.
2015-12-18 18:12:07 -05:00
Nils Winkler 1b881e4958 Merge pull request #627 from gbanks/master
Add alias for apm install
2015-12-18 18:52:02 +01:00
gbanks 567b19333f Add alias for apm install 2015-12-17 12:53:58 -07:00
Nils Winkler 06db89c0d6 Merge pull request #626 from rparree/jboss
Added jboss 7 completion
2015-12-15 10:57:33 +01:00
Raphael Parree 6515ff4007 Added jboss 7 completion 2015-12-14 17:03:35 +01:00
Nils Winkler e6edaae118 Merge pull request #624 from derjust/master
Added simple support for terraform
2015-12-09 08:30:17 +01:00
Sebastian Just f2acd20356 Added simple support for terraform
Not providing help for the speicifc commands yet but at least complete
the available commands as a starting point
2015-12-07 14:52:56 -05:00
Nils Winkler bab76a58b1 Merge pull request #622 from billmoritz/aws_profile_support
Add support for AWS Tools Profile.
2015-12-07 10:40:12 +01:00