Commit Graph

2473 Commits (0ea44cb72c9bee304c3f4041ab8cb041efd66e04)

Author SHA1 Message Date
Josh Marshall bca7051a62
Fix bold text issue
The default text style was not being set back to normal so terminal output was rendering bold, e.g. for an ls command
2018-05-18 11:52:35 +10:00
Brett A. Rogers 9571c11ad0
Return to original directory after reload 2018-05-16 14:58:59 -04:00
madcarrot ecdf6af08d
Update powerline-multiline.base.bash 2018-05-15 16:22:41 -04:00
madcarrot 094c846464
Update powerline-multiline.base.bash 2018-05-13 16:35:34 -04:00
Nils Winkler af5c215942
Merge pull request #1177 from dracorp/additional-command-reload
Additional command reload
2018-05-01 17:11:57 +02:00
Nils Winkler e156b370ca
Merge pull request #1141 from eedwards-sk/GH-1140
GH-1140 add safe usage of SCM variable
2018-05-01 17:02:16 +02:00
Nils Winkler 5a3d7a22fe
Merge pull request #1189 from ycmjason/patch-2
Update git.aliases.bash
2018-05-01 16:55:48 +02:00
Jason Yu cfab5eeac5
Update git.aliases.bash 2018-05-01 09:53:15 +01:00
Ethan Edwards 3bb21ba1e9 removed unneeded default value 2018-04-30 13:43:16 -05:00
Ethan Edwards 1a7ebf4da7 change to setting variables to empty value before use 2018-04-30 13:40:08 -05:00
Ethan Edwards 10d075c9c5 merge latest upstream 2018-04-30 13:36:39 -05:00
Nils Winkler 79fb910532
Merge pull request #1184 from arunvelsriram/powerline-char-override
Make powerline-naked left prompt char configurable
2018-04-30 08:38:02 +02:00
Arunvel Sriram a3f5d4de91 Move variable declaration to the right place 2018-04-27 11:58:30 +05:30
Arunvel Sriram b96596dadc Make powerline-naked left prompt char configurable 2018-04-27 11:46:59 +05:30
Nils Winkler 8a47fcd6bf
Merge pull request #1185 from kim0/patch-1
Use -E instead of -P for OSX compatibility
2018-04-26 08:41:46 +02:00
Nils Winkler daddf22b67
Merge pull request #1186 from nwinkler/fd-fcd
Renamed "fd" function to "fcd" to avoid clash with "fd" tool
2018-04-26 08:35:55 +02:00
Nils Winkler 846f730a9e Renamed "fd" function to "fcd" to avoid clash with "fd" tool 2018-04-26 08:33:12 +02:00
Ahmed Kamal 209a55ab9f
Use -E instead of -P for OSX compatibility 2018-04-25 22:18:59 +02:00
Piotr Rogoża b288ecbd27 Added legacy alias reload: https://github.com/Bash-it/bash-it/issues/1120#issuecomment-354376835 2018-04-25 19:53:06 +02:00
Nils Winkler c053c65a9f
Merge pull request #1182 from dracorp/missing-vcs-tool
Function scm_prompt_info does not work properly if a vcs tool is missing
2018-04-25 08:15:04 +02:00
Piotr Rogoża 67629aba2d On some hosts scm* functions does not work properly if a vcs tool is missing 2018-04-24 21:50:34 +02:00
Nils Winkler 1972196c5a
Merge pull request #1181 from riclima/fix-quoting-explain-plugin
Fix quoting in the Explain plugin
2018-04-23 09:12:13 +02:00
Ricardo Lima 98c44fcc1e
Fix quoting in the Explain plugin
Fixes bug where Bash prints a "command not found" message when the
function is run, due to incorrect quoting of the argument to the
meta function example.
2018-04-21 22:04:04 -04:00
Piotr Rogoża 48e6888a38 Removed reload keyword from composure_keywords(), it is not needed 2018-04-21 19:15:50 +02:00
Nils Winkler e13df15451
Merge pull request #1179 from cyberang3l/terraform-improvements
Terraform bash completion improvements
2018-04-20 08:08:26 +02:00
Nils Winkler 7b5a4934ae
Merge pull request #1180 from Bash-it/revert-1175-patch-3
Revert "fix wd_prompt multiline croping"
2018-04-20 08:01:22 +02:00
Nils Winkler 3f2c2ddddd
Revert "fix wd_prompt multiline croping" 2018-04-20 08:00:06 +02:00
Nils Winkler 90eb21fb14
Merge pull request #1175 from sub77/patch-3
fix wd_prompt multiline croping
2018-04-20 07:57:18 +02:00
Vangelis Tasoulas fd01635e4a
Code consistency improvements
Signed-off-by: Vangelis Tasoulas <vangelis@tasoulas.net>
2018-04-19 18:54:29 +02:00
Vangelis Tasoulas 039a677bd8
Corrected a typo
Signed-off-by: Vangelis Tasoulas <vangelis@tasoulas.net>
2018-04-19 18:50:00 +02:00
Vangelis Tasoulas 9efc944f19
The capistrano completion script should not have the executable bit set
No other script in the completion/available folder does.

Signed-off-by: Vangelis Tasoulas <vangelis@schibsted.com>
2018-04-19 18:42:13 +02:00
Vangelis Tasoulas 880ea9f07e
Added GPL2 header to the terraform bash completion script.
Signed-off-by: Vangelis Tasoulas <vangelis@schibsted.com>
2018-04-19 18:40:22 +02:00
Vangelis Tasoulas b538712dc3
Rewrote the terraform bash completion
Signed-off-by: Vangelis Tasoulas <vangelis@tasoulas.net>
2018-04-19 18:34:00 +02:00
Piotr Rogoża 0ec07293c5 Merge remote-tracking branch 'origin/master' into additional-command-reload 2018-04-18 21:58:09 +02:00
Piotr Rogoża 89d1661d23 Replaced reload section with proper function.
Added completion for reload.
Fixed order in completion
Added unit tests for completion
The variable BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE has to be unset.
2018-04-18 21:51:20 +02:00
Piotr Rogoża b1dbf2f7e0 Added additional parameter for bash-it: reload
Added creating an alias if command does not exist
2018-04-18 21:51:20 +02:00
Florian Molitorisz cd983294ec fix hostname prompt
https://github.com/Bash-it/bash-it/issues/1145
2018-04-18 21:51:20 +02:00
Yukino Song a9d75c12a0 Change to _command_exists helper 2018-04-18 21:51:20 +02:00
Yukino Song d79db3b7e3 Add support for pyenv-virtualenv 2018-04-18 21:51:20 +02:00
Florian Molitorisz ea1f235856
fix wd_prompt multiline croping 2018-04-18 00:44:45 +02:00
Nils Winkler fe78da73cc
Merge pull request #1174 from jalmansor/fix-powerline-hostname
fix hostname in remaining powerline themes
2018-04-16 10:21:23 +02:00
Jason Al-Mansor e6a6bb5deb fix hostname in remaining powerline themes 2018-04-15 14:32:18 -04:00
Nils Winkler 0a77d0c51a
Merge pull request #1173 from joeleong/update-pipenv-completion
Update pipenv completion
2018-04-14 21:55:58 +02:00
Joe Leong 46c25769c7 Update pipenv completion
use `--completion` from pypa/pipenv docs instead of old `_PIPENV_COMPLETE`
2018-04-14 00:34:33 -04:00
Nils Winkler 836dafd2dd
Merge pull request #1169 from sub77/patch-2
fix hostname prompt
2018-04-12 08:40:03 +02:00
Nils Winkler e57e1a7f74
Merge pull request #1168 from ClassicOldSong/patch-1
Add support for pyenv-virtualenvwrapper
2018-04-12 08:37:17 +02:00
Florian Molitorisz f8d5ffe84c
fix hostname prompt
https://github.com/Bash-it/bash-it/issues/1145
2018-04-11 17:37:29 +02:00
Yukino Song fa266e9b0c
Change to _command_exists helper 2018-04-11 14:59:56 +08:00
Yukino Song 0b73975d04
Add support for pyenv-virtualenv 2018-04-10 17:12:22 +08:00
Nils Winkler 260e1851ef
Merge pull request #1165 from dracorp/alias-completion-fix
Fixed opening vim
2018-04-03 08:06:47 +02:00