Commit Graph

1815 Commits (2999159188ecb225fc6bb450a54347b8f59a01d7)

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
Hector Rivas 473f42de52 Merge remote-tracking branch 'remotes/revans/master'
Conflicts:
	README.md
	install.sh
	plugins/available/docker.plugin.bash
2015-02-05 14:10:54 +00:00
Sam Morrison 0a33a11cde rename local variable passgen back to pass 2015-02-05 14:09:15 +00:00
Sam Morrison badf91d2dd using bash-it boolean check convention 2015-02-05 14:09:15 +00:00
Sam Morrison fbff7766f7 corrected passgen example text and default 2015-02-05 14:09:15 +00:00
Sam Morrison c9ceb2f5e3 Rename function pass to passgen. Define alias pass if pass command (password store) is not installed or BASH_IT_LEGACY_PASS is true. 2015-02-05 14:09:15 +00:00
Travis Swicegood b250b8763b Fix prompt character and remove clock (h/t @edubxb) 2015-02-05 14:09:15 +00:00
Travis Swicegood fbe091004e Switch this up a little bit 2015-02-05 14:09:15 +00:00
Eduardo Bellido Bellido 8e9ef8b409 Updated README.md 2015-02-05 14:09:15 +00:00
Eduardo Bellido Bellido 44ca1f2587 Fixes issue #173 2015-02-05 14:09:15 +00:00
Travis Swicegood 1c1670256e Add in a multi-line powerline theme 2015-02-05 14:09:15 +00:00
Eduardo Bellido Bellido 5bb81fbba6 Added Powerline-naked theme 2015-02-05 14:09:15 +00:00
Matt Wismer 68d989046e Updated README.md with preview information 2015-02-05 14:09:15 +00:00
Matt Wismer cc53a9fee1 Use basename instead of sed 2015-02-05 14:09:15 +00:00
MattWis a949f73361 Add ability to preview themes 2015-02-05 14:09:15 +00:00