Commit Graph

935 Commits (3f98e953cd5abfd6ef01d7fc8d4baf1d3f783a6d)

Author SHA1 Message Date
Ivan Povalyukhin 10ea42dc75 whitespace fixes in base.plugin.bash 2015-03-29 14:02:31 -07:00
Nils Winkler 07c4cb6f5e Merge pull request #441 from nwinkler/duplicate-rvm
Removed RVM loading, it's already done in the rvm plugin.
2015-03-29 12:47:58 +02:00
Nils Winkler a6e9a2e538 Removed RVM loading, it's already done in the rvm plugin. 2015-03-29 12:43:05 +02:00
Nils Winkler 95014c5ed5 Update bash_it.sh
Fixed file name after renaming.
2015-03-29 12:31:06 +02:00
Nils Winkler 7e2f4b0738 Update README.md
Updated Travis URL.
2015-03-29 12:24:01 +02:00
Nils Winkler 6759761201 Merge pull request #440 from ipoval/master
start with tests using bats framework, put travisci on
2015-03-29 12:21:24 +02:00
Ivan Povalyukhin c079458fd5 added travis build status to README 2015-03-28 18:57:51 -07:00
Ivan Povalyukhin 62d705ab50 added travis.ci support 2015-03-28 18:54:37 -07:00
Ivan Povalyukhin 3c0db284ac added test/README with small guides about testing framework 2015-03-28 18:54:37 -07:00
Ivan Povalyukhin 28e5c99816 added test example for plugin and lib 2015-03-28 18:54:37 -07:00
Ivan Povalyukhin a13719f28f test lib#composure_keywords 2015-03-28 18:54:37 -07:00
Ivan Povalyukhin ce4562decc rename lib/composure.{sh,bash} for consistency and to allow load helper work in tests 2015-03-28 18:54:37 -07:00
Ivan Povalyukhin b584d4304d [start with tests] minor space fix in the codebase 2015-03-28 18:54:37 -07:00
Nils Winkler 1412a3b3b9 Merge pull request #437 from ipoval/allow_faster_install
[allow faster install] clone bash-it with depth=1 instead of whole git h...
2015-03-27 08:03:11 +01:00
Ivan Povalyukhin 9683752117 [allow faster install] clone bash-it with depth=1 instead of whole git history - it allows to reduce install 2015-03-26 17:26:16 -07:00
Nils Winkler 800a5f9dbe Merge pull request #434 from ipoval/fix_path_to_commands_installed_with_user_install_gems
fix path to commands installed by gem install --user-install
2015-03-26 19:23:06 +01:00
Nils Winkler da07182910 Merge pull request #433 from ipoval/add_argument_presence_check_for_dirs_plugin_functions
add argument presence check for functions in dirs plugin to bad usage
2015-03-26 19:21:49 +01:00
Ivan Povalyukhin 0b300ccb86 add argument presence check for functions in dirs plugin to bad usage 2015-03-26 09:16:00 -07:00
Ivan Povalyukhin 0dfd477978 fix path to commands installed by gem install --user-install 2015-03-26 09:00:20 -07:00
Nils Winkler 6f7bb217f2 Merge pull request #436 from ipoval/fix_textmate_path
fix textmate path on some platforms
2015-03-26 16:57:03 +01:00
Ivan Povalyukhin fc77a8ce0f fix textmate path on some platforms 2015-03-26 08:50:34 -07:00
Nils Winkler d6e6caf3c6 Merge pull request #435 from ipoval/readme_minor_update
minor fix in Readme to add completion/custom.completion.bash to the customization list
2015-03-26 08:23:47 +01:00
Ivan Povalyukhin ef84346cb8 minor fix in Readme to add to the customization list 2015-03-25 19:52:38 -07:00
Nils Winkler b1a2273289 Merge pull request #432 from ipoval/code-gardening
[code-gardening] rm duplicate definition of transcribe function in lib/c...
2015-03-24 07:48:54 +01:00
Ivan Povalyukhin 540b946333 [code-gardening] rm duplicate definition of transcribe function in lib/composure.sh 2015-03-23 15:17:59 -07:00
Nils Winkler 64d08fbf8a Merge pull request #431 from nwinkler/readme-blurb
Updated readme, added an initial blurb.
2015-03-23 08:31:30 +01:00
Nils Winkler 6e77382247 Updated readme, added an initial blurb. 2015-03-23 08:30:09 +01:00
Nils Winkler cbba9c16ef Merge pull request #430 from nwinkler/completion-help
Added support for `bash-it help completions` command.
2015-03-23 08:20:41 +01:00
Nils Winkler d29d6df2f2 Added support for `bash-it help completions` command.
It's showing the same output as `bash-it show completions`,
to keep things simple.
2015-03-23 08:18:48 +01:00
Travis Swicegood e800a684f9 Merge pull request #424 from musophob/master
Add osx aliases for quicklook, volume, say.
2015-03-20 11:54:54 -07:00
Travis Swicegood 83ef7c5104 Fix gitter link 2015-03-20 10:16:50 -07:00
Travis Swicegood d6906be4d7 Merge pull request #426 from nwinkler/duplicate-vagrant-completion
Removed duplicate vagrant complation
2015-03-20 11:42:45 -05:00
Nils Winkler fedb24e60b Removed duplicate vagrant complation
The vagrant.plugin.bash file only defined a completion function, nothing
more. The vagrant.completion.bash file has a more recent completion
function for vagrant. We don't need both, and the completion in the
plugin file was in the wrong location in the first place.
2015-03-20 07:47:43 +01:00
Travis Swicegood 3e99bd2c28 Merge pull request #425 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-03-18 17:35:51 -05:00
The Gitter Badger 49f8e18161 Added Gitter badge 2015-03-18 22:34:58 +00:00
Nils Winkler b192fe4ca2 Merge pull request #421 from nwinkler/install_options
Added option for skipping questions in installer.
2015-03-18 08:05:19 +01:00
Sean Henderson 56e15245a5 Add osx aliases for quicklook, volume, say. 2015-03-17 01:13:45 +02:00
Travis Swicegood 00a4e6cc01 Merge pull request #418 from ifosch/powerline-multiline-rvm
RVM prompt for powerline-multiline
2015-03-14 18:17:15 -05:00
Nils Winkler 1193cee51e Merge pull request #420 from noonhub/master
add support for brew-cask commands
2015-03-11 19:37:12 +01:00
Andrew Noonan 332e648758 fix uninstall typo 2015-03-11 10:22:28 -07:00
Nils Winkler 01f0e3798c Merge pull request #419 from nwinkler/reload-alias
Fixed reload alias.
2015-03-11 13:34:14 +01:00
Nils Winkler f3ca9f53d3 Added option for skipping questions in installer.
The install script now allows to specify one of the following options:
* --all
* --none

Both result in any questions being skipped. This is convenient when running the install script from a script, or a provisioning tool like Ansible.
2015-03-11 13:08:14 +01:00
Andrew Noonan 9fd4ef16b3 add support for brew-cask commands 2015-03-10 18:26:59 -07:00
Nils Winkler 27ec876a10 Fixed reload alias.
Using the same logic as in the install script.
2015-03-10 07:06:37 +00:00
Ignasi Fosch f3b8b8928d RVM prompt for powerline-multiline 2015-03-05 19:55:43 +01:00
Eduardo Bellido Bellido 87ba4761b5 Merge pull request #417 from edubxb/powerline-multiline
Powerline-multiline improvements
2015-03-05 19:52:41 +01:00
Eduardo Bellido Bellido eba628065b Powerline-multiline improvements
- Changed some default CHARS for better font compatibility
- Make some CHARS user customizable
- Minor fixes
2015-03-05 19:51:16 +01:00
Travis Swicegood 26fd48539c Merge pull request #416 from ritola/master
Add dulcie theme as a basic PS1 prompt with git info
2015-02-27 11:33:35 -08:00
Heikki Ritola 2740706c6f Change order to emphasize current directory 2015-02-27 14:06:15 +02:00
Heikki Ritola c4293d9c4e Add dulcie theme as a basic PS1 prompt with git info 2015-02-27 13:41:47 +02:00