Commit Graph

2238 Commits (e8c3237fb4c485139373ac3aeeb649522c0ba63c)

Author SHA1 Message Date
Adam Wallis e8c3237fb4 Use fd for fzf if available on system
fd is orders of magnitude faster when searching for files. This patch
will force fzf to use fd instead of find.

This change is implemented per the recommendation:
https://github.com/junegunn/fzf#environment-variables
2018-07-17 10:56:36 -04:00
Nils Winkler f121bec2a1
Merge pull request #1205 from con-f-use/master
Fix wildcards and handle includes in ssh complete
2018-06-27 08:46:07 +02:00
con-f-use 0936e2a029
Fix wildcards and handle includes in ssh complete
Handle includes in `.ssh/config` and fix bug that caused `Host` entries with wildcards in them to be included in the autocomplete suggestions.
2018-06-26 13:08:25 +02:00
Nils Winkler 7c09252ac8
Merge pull request #1204 from ppalazon/jgitflow
Add jgit-flow plugin
2018-06-15 07:57:09 +02:00
Pablo Palazon 5387aa025d Corrected grammatical errors 2018-06-14 09:22:45 +02:00
Pablo Palazon 8b0d752168 Add jgit-flow plugin 2018-06-11 18:44:54 +02:00
Nils Winkler 762dce01dc
Merge pull request #400 from teknikprogramlama/master
Powerturk theme derived from powerline theme
2018-06-04 08:55:28 +02:00
Nils Winkler cffe3e4cf4
Merge pull request #1202 from codeword/features/codeword-theme
Add `codeword` theme
2018-06-04 08:54:28 +02:00
Jonathan Barnes a25ac59b84 Add `codeword` theme
- Single line PS1
- Shares history in realtime among bash windows
2018-06-03 17:08:52 -07:00
Nils Winkler e51c6ad960
Merge pull request #1200 from nwinkler/shellcheck-fixes
Shellcheck fixes
2018-06-01 08:22:44 +02:00
Nils Winkler 49342c1e15
Merge pull request #1199 from RedFT/master
Added norbu theme
2018-06-01 08:21:09 +02:00
Nils Winkler 178c37140c
Updated theme preview documentation
Fixes #1198
2018-06-01 08:18:57 +02:00
Norbu Tsering 6a5915d0d6 Added norbu theme 2018-06-01 01:17:03 -04:00
Nils Winkler 5d99d6cb9b Fixed some shellcheck warnings
Also fixed one broken case of `unset`.
2018-05-31 18:05:25 +02:00
Nils Winkler 0028dc7661 Fixed indentation to two spaces, like in the rest of the file 2018-05-31 17:57:09 +02:00
Nils Winkler 1b887b2916
Merge pull request #1192 from madcarrot/master
Update powerline theme to avoid overlapping left and right prompt
2018-05-24 08:20:14 +02:00
Nils Winkler 3a21167830
Merge pull request #1193 from brogers/brogers-reload-return-to-original-directory
Return to original directory after reload
2018-05-24 08:12:40 +02:00
Nils Winkler 6d967abbcc
Merge pull request #1194 from joshbmarshall/master
Fix bold text issue
2018-05-24 08:12:00 +02:00
Nils Winkler 437a7361a4
Merge pull request #1195 from penguin2048/elixr-theme
New "elixr" theme
2018-05-24 08:06:49 +02:00
penguin2048 badc3beddf Add bold text in elixr theme 2018-05-21 23:09:09 +05:30
penguin2048 9260e16278 Add elixr theme 2018-05-21 22:56:14 +05:30
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