Commit Graph

1370 Commits (ec30515a31d91e8e37dfa3aa43e56f0235e905f5)

Author SHA1 Message Date
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
Timo Webler 2195d3aa76 Add the compatibility for capistrano gem version 3
Use all tasks for completion
2015-02-19 13:26:23 +01:00
Nils Winkler 6d61aa0883 Merge pull request #414 from apaatsio/git-push-force-with-lease
Add --force-with-lease to git push autocompletion
2015-02-16 14:03:15 +01:00
Antti Ahti 423e342282 Add --force-with-lease to git push autocompletion 2015-02-16 14:31:34 +02:00
Travis Swicegood 722ef0cd76 Merge pull request #406 from edubxb/powerline-multiline
Improved Powerline-multiline theme
2015-02-13 11:41:59 -08:00
Eduardo Bellido Bellido 71c5209ac6 Updated Powerline-multiline theme
- Prompt drawing fixes and improvements
- Support to show ac adapter status
2015-02-04 23:10:20 +01:00
Eduardo Bellido Bellido 42aa39b235 New funcion "ac_adapter_connected" in battery plugin 2015-02-04 23:05:03 +01:00
Eduardo Bellido Bellido 7060850441 Improved Powerline-multiline theme
- Added a clock
- Added the battery status
- Visual improvements
2015-02-01 19:09:13 +01:00
Nils Winkler 3fd8336644 Merge pull request #403 from ksclarke/docker
Added Docker aliases and functions
2015-01-29 08:12:30 +01:00
Kevin S. Clarke ef0f7ebc42 Updated undescores to dashes and added new alias 2015-01-27 15:20:21 -05:00
Nils Winkler 84dd8ec8b8 Merge pull request #404 from pickfire/master
Minor edits to install.sh for easy install
2015-01-27 08:27:49 +01:00
Ivan Tham 63cc12271e Minor edits to install.sh for easy install 2015-01-26 21:20:25 +08:00
Kevin S. Clarke ed79936529 Added Docker aliases and functions 2015-01-22 10:23:00 -05:00
Eduardo Bellido Bellido bc849a8f54 Update README.md
Small correction
2015-01-21 21:16:12 +01:00
Travis Swicegood ccfa0e59e6 Merge pull request #402 from scmorrison/master
Added BASH_IT_LEGACY_PASS usage notes to README.
2015-01-21 11:13:24 -08:00
Sam Morrison bd89bd59db Added BASH_IT_LEGACY_PASS usage notes to README 2015-01-21 12:01:49 +09:00
Nils Winkler 981dc2c258 Merge pull request #401 from scmorrison/master
Rename pass function to passgen to avoid conflict with pass (password store) utility. Closes #399
2015-01-20 16:15:10 +01:00
Sam Morrison 4ce1f6f771 rename local variable passgen back to pass 2015-01-20 18:46:44 +09:00
Sam Morrison bfe25807a7 using bash-it boolean check convention 2015-01-19 13:05:46 +09:00