Travis Swicegood
f3f4f0a8f9
Merge pull request #693 from tomashavlas/ssh-multihost
...
Added support for multiple aliases/hostnames in single line for ssh completion and plugin
2016-03-25 17:54:42 -05:00
Travis Swicegood
3eb35f6054
Fix issue with PATH causing test failures
...
I was seeing an issue where modifying PATH caused the Ruby plugin
tests to fail. I fixed that and while digging around fixed an issue
that would cause the tests to behave weirdly if run from any other
location.
This solves one of the issues noted in #687 , but I haven't tried
running the new tests from that PR with these changes.
2016-03-25 17:46:46 -05:00
Tomáš Havlas
b835b3d9ce
Added support for multiple aliases/hosts in single line for ssh completion and plugin
2016-03-25 23:29:33 +01:00
Travis Swicegood
ae179df0c2
Merge pull request #691 from tswicegood/upgrade-fasd
...
Update fasd to use installed version instead of embedded
2016-03-25 17:28:28 -05:00
Travis Swicegood
5b6b7392de
Include a note in code about the upstream bugfix and remove trailing spaces
2016-03-25 17:18:14 -05:00
Travis Swicegood
06b458c896
Replace embedded fasd with initialization
...
There are multiple ways to install fasd, but the initialization
still needs to happen. Currently, fasd is broken in bash in that
it doesn't maintain the exit code properly. This custom init removes
the call to `fasd --init bash-hook` and replaces it with the version
that would be generated once fasd PR #72 is merged.
See: https://github.com/clvv/fasd/pull/72
2016-03-25 17:08:35 -05:00
Travis Swicegood
3923cf0276
Ignore the enabled directories when running ack
2016-03-25 15:29:10 -05:00
Travis Swicegood
39cbb70cc5
Merge pull request #642 from cs-networks/master
...
Fix issue with last exit status getting swallowed.
2016-03-25 15:13:16 -05:00
Travis Swicegood
c600d82f46
Update to latest version of fasd.
...
This brings the fasd up to November 5, 2015.
Commit imported: d41c4b0470
2016-03-25 10:55:04 -05:00
Travis Swicegood
c5de52aef3
Changing to output 100% for full battery on OS X.
...
This commit ensures that `battery_percentage` has the same output
on both Linux and OS X. Thanks @jfmcarreira for finding this!
2016-03-25 10:13:16 -05:00
Travis Swicegood
18beb7f5d3
Merge pull request #690 from jfmcarreira/plugin_battery
...
Fix battery plugin
2016-03-25 10:12:39 -05:00
Joao Carreira
320e864f59
Fix battery plugin
...
Clean cases and remove spaces and % symbol in one awk command
2016-03-24 16:34:32 +00:00
Nils Winkler
c52bba24a5
Merge pull request #686 from kigster/faster-search
...
Faster search, and cleaner completion
2016-03-24 11:02:45 +01:00
Konstantin Gredeskoul
fd3d305fad
Faster search, and cleaner completion
2016-03-24 02:54:30 -07:00
Nils Winkler
fa392e0e18
Merge pull request #685 from kigster/search-readme
...
Updated README with a section on Search
2016-03-24 08:41:30 +01:00
Konstantin Gredeskoul
50d28364b2
Updated README with a section on Search
2016-03-24 00:22:06 -07:00
Nils Winkler
9fc363037b
Merge pull request #684 from kigster/bash-it-search-squashed
...
Add bash-it search functionality with "bash-it search term1 [term2]...."
2016-03-24 08:11:22 +01:00
Konstantin Gredeskoul
a9bf098c7a
bash-it search functionality: allow test to skip on travis
2016-03-23 23:26:13 -07:00
Konstantin Gredeskoul
c0a657270c
Add bash-it search functionality
...
- "bash-it search term1 [term2]...."
- we are using existing 'bash-it show plugins|aliases|completions'
commands output, to search (with grep) for lines that match the
search terms, and then output the matches.
- wrote a simple unit test that for whatever reason fails on Travis,
so wrapped it in 'if "Darwin"'...
2016-03-23 23:13:51 -07:00
Nils Winkler
5ec816342f
Merge pull request #680 from kigster/scm_user
...
Adding support for git user & git pair in git prompt (off by default)
2016-03-18 08:12:17 +01:00
Konstantin Gredeskoul
36d994dec5
Explained `git pair` and a more reliable fallback
...
- Added more information to the README about the practice of using `git
pair`, and provided instructions on installing the support.
- Write a more reliable fallback that uses `user.name` to extract user
initials, when `user.initials` aren't set.
2016-03-16 20:15:20 -07:00
Nils Winkler
565440f537
Merge pull request #679 from kigster/powerline-multiline-rbenv
...
Adding support for rbenv in addition to rvm to the powerline-multiline theme
2016-03-15 08:28:52 +01:00
Konstantin Gredeskoul
b70018e531
Adding support for git user & git pair
2016-03-14 03:42:38 -07:00
Konstantin Gredeskoul
6de871294e
Adding support for rbenv in addition to rvm
...
- following existing patterns, clearing out RBENV prefix and suffix
- using existing function to read the prompt
2016-03-14 03:25:32 -07:00
Nils Winkler
ac06de3c92
Merge pull request #678 from trinitronx/overridable-history
...
Make all vars defined in lib/history.bash overridable
2016-03-14 08:15:19 +01:00
James Cuzella
3c9fecf967
Make all vars defined in lib/history.bash overridable. Set these before sourcing Bash-It with .bashrc or .bash_profile to override defaults
2016-03-11 11:28:11 -07:00
Nils Winkler
fd37877fbf
Merge pull request #675 from nwinkler/docker-compose
...
Added aliases for docker-compose
2016-03-04 10:08:19 +01:00
Nils Winkler
2eedb137fd
Added aliases for docker-compose
2016-03-04 10:06:10 +01:00
Eduardo Bellido Bellido
66f3959ba9
Merge pull request #671 from edubxb/gradle-completion
...
Use the same parsing_command for OSX and Linux
2016-02-19 00:37:48 +01:00
Eduardo Bellido Bellido
2911f88cf2
Use the same parsing_command for OSX and Linux
2016-02-19 00:35:45 +01:00
Eduardo Bellido Bellido
ff28aeb8c6
Merge pull request #665 from edubxb/git-aliases
...
Update some git aliases
2016-02-19 00:29:54 +01:00
Nils Winkler
49d6b8a205
Merge pull request #669 from nucliweb/feature/node-aliases
...
Added npm aliases
2016-02-17 08:25:41 +01:00
Joan Leon
35c2be1e96
Added npm aliases
2016-02-16 23:57:29 +01:00
Nils Winkler
09591e861d
Merge pull request #666 from cornfeedhobo/cleanup-projects-plugin
...
Projects Plugin cleanup
2016-02-15 08:05:46 +01:00
cornfeedhobo
85e7e408aa
added menu and error messages to projects plugin. indentation cleanup to conform to editorconfig.
2016-02-12 09:05:22 -06:00
Nils Winkler
1293dbf086
Merge pull request #664 from edubxb/update-readme-issue-663
...
Update README.md
2016-02-12 10:15:23 +01:00
Eduardo Bellido Bellido
c34cd9b7ec
Update some git aliases
2016-02-12 01:29:40 +01:00
Eduardo Bellido Bellido
3bce1782e7
Update README.md
2016-02-12 01:13:03 +01:00
Nils Winkler
8d2cc7e251
Merge pull request #659 from edubxb/update-command
...
Add update subcommand
2016-02-10 08:16:33 +01:00
Eduardo Bellido Bellido
48f26406f0
Apply new naming convention
2016-02-09 22:49:08 +01:00
Nils Winkler
253fa23b53
Merge pull request #661 from ancho/feature/sdkman-3.3.2-version-completion
...
fixed version completion for sdkman 3.3.2
2016-02-08 08:15:34 +01:00
Nils Winkler
91953b662b
Merge pull request #662 from rauchrob/patch-1
...
Speed up $PROMPT_COMMAND by using rvm-prompt
2016-02-08 08:07:07 +01:00
Robert Rauch
ba5e7c9268
Speed up $PROMPT_COMMAND by using rvm-prompt
...
Running `rvm tools identifier` seems to be really slow. Using [`rvm-prompt`](https://rvm.io/workflow/prompt ) greatly speeds up the evaluation of `$PROMPT_COMMAND`.
2016-02-06 21:19:30 +01:00
Frank Becker
0c55ed892c
fixed version completion for sdkman 3.3.2
2016-02-06 12:18:02 +01:00
Eduardo Bellido Bellido
5c6de8ca67
Add new udpate command to Bash it completion
2016-02-05 18:48:32 +01:00
Eduardo Bellido Bellido
1dba074024
Fix variable syntax error
2016-02-05 18:47:57 +01:00
Eduardo Bellido Bellido
6a571b4826
Update README.md
2016-02-05 00:16:20 +01:00
Eduardo Bellido Bellido
3438c1d7c4
New update command
2016-02-05 00:13:41 +01:00
Eduardo Bellido Bellido
836650c776
Merge pull request #658 from edubxb/master
...
Updated README
2016-02-04 22:41:39 +01:00
Eduardo Bellido Bellido
14f880202c
Updated README
2016-02-04 22:40:08 +01:00