Commit Graph

2297 Commits

Author SHA1 Message Date
William A. O. Brown
b9c34cb9c2 Remove some comments 2018-10-25 21:40:57 +01:00
William A. O. Brown
9040359f6c Add Lerna completion options 2018-10-25 21:37:35 +01:00
Nils Winkler
4a64dcbc6f Merge pull request #1243 from ezchi/get-default-go-environment-variables-with-go-binary
Use go binary to get default GOROOT and GOPATH
2018-10-18 15:43:37 +02:00
Enze Chi
502de11c2f Use go binary to get default GOROOT and GOPATH 2018-10-18 10:57:54 +11:00
Nils Winkler
aadba30cf9 Merge pull request #1242 from sharils/master
Add SCM_GIT_SHOW_STASH_INFO flag #914
2018-10-17 08:33:44 +02:00
sharils
d0f76548ce Add SCM_GIT_SHOW_STASH_INFO flag #914
In order to make `git_prompt_vars` run faster
As a user with slow `git stash list`
I want to be able to optionally disable running `git stash list` when
`git_prompt_vars` is executed
2018-10-16 22:05:06 +08:00
Nils Winkler
f7bf101d3e Merge pull request #1238 from kwstannard/patch-5
further bundle exec completion
2018-10-15 08:41:42 +02:00
Nils Winkler
f0c12737dc Merge pull request #1237 from arimourao/master
Some useful aliases
2018-10-15 08:41:00 +02:00
Nils Winkler
8cd7abb0df Merge pull request #1239 from s4uliu5/powerline-hg
Add minimal HG prompt to powerline themes
2018-10-15 08:40:14 +02:00
Saulius Gurklys
025554d79d Add minimal HG prompt to powerline themes 2018-10-06 16:44:37 +03:00
Ari Mourao
07a1499ec0 duplicated git commit -a -m entry removed 2018-10-03 11:11:51 -03:00
Kelly Stannard
e69d1b82d8 further bundle exec completion
examples:
`bundle exec rsp` + TAB => `bundle exec rspec`
`bundle exec rspec --no` + TAB => `bundle exec rspec --no-color`
2018-10-03 10:02:44 -04:00
Ari Mourao
14b2dbde85 docker-compose up and docker exec -it aliases 2018-10-02 15:18:54 -03:00
Ari Mourao
aa4e57cd67 Merge branch 'master' of https://github.com/Bash-it/bash-it 2018-10-02 10:16:56 -03:00
Nils Winkler
36345cb289 Merge pull request #1236 from DinStamou/DinStamou-Branch
Fix Demula theme first line issue
2018-09-27 12:06:10 +02:00
Dinos Stamou
28c55f86db Fix Demula theme first line issue 2018-09-25 17:11:37 +03:00
Nils Winkler
ceee5cb2c1 Merge pull request #1232 from penguin2048/master
Add virtual env support for elixr theme
2018-09-11 08:04:26 +02:00
penguin2048
e6d6b47abe Add virtual env support for elixr theme 2018-09-10 19:20:22 +05:30
penguin2048
2043ef36ee Merge branch 'master' of https://github.com/Bash-it/bash-it 2018-09-10 19:19:46 +05:30
Nils Winkler
85bce0731d Merge pull request #1231 from claui/deprecate-brew-cask-search
Remove alias for `brew cask search`
2018-09-04 08:22:48 +02:00
Claudia
bdc31aa55d Remove alias for brew cask search
In Homebrew (the upstream project), `brew cask search` was merged into `brew search` a few months ago [1].

On 2018-09-30, `brew cask search` will be disabled altogether [2].

Since the output of `brew cask search` used to be subject to change at any time and was never meant to be parsed, scripts should not rely on the `bcsr` alias. So I figure it may not hurt to remove the `bcsr` alias from Bash-it before that deadline.

[1]: https://github.com/Homebrew/brew/pull/4316

[2]: 990dd7de86
2018-09-04 07:25:28 +02:00
Omer Katz
d275ab9270 Merge pull request #1228 from ahmadassaf/hotfix/fixStartupError
Fixing Error when starting Terminal after installing Bash-IT
2018-08-29 17:46:03 +03:00
Ahmad Assaf
c5e8349f69 Fixing Error when starting Terminal after installing Bash-IT 2018-08-29 15:00:46 +01:00
Nils Winkler
dab822be9f Merge pull request #1226 from gasches/feature/mvn-pkg
Add mvn package aliases
2018-08-28 09:06:16 +02:00
Nils Winkler
d2a6fbaef3 Merge pull request #1227 from RutgerLubbers/patch-1
Added completion of installable versions
2018-08-28 09:05:37 +02:00
Rutger Lubbers
ac5a8aca47 Added completion of installable versions
The versions that can be installed were not completed. The list of available versions showed the installed versions.
The function retrieves the available versions and removes the already installed versions.
2018-08-27 12:32:12 +02:00
Semyon Gashchenko
52945d37c2 Add mvn package aliases 2018-08-26 00:13:48 +03:00
Nils Winkler
e3c99f4d57 Merge pull request #1225 from halfhorst/feature/conda-zork
zork theme: add support for conda
2018-08-15 10:12:29 +02:00
Cody Horst
681aa230d8 add support for conda 2018-08-14 20:40:28 -07:00
Nils Winkler
7d473cd5a3 Merge pull request #1223 from jeyglk/feature/kubectl-aliases
Add kubectl aliases
2018-08-08 08:34:42 +02:00
Jeremy Mathevet
0960c1b26c kubectl aliases 2018-08-06 09:06:57 +01:00
Nils Winkler
90c2c53bfc Merge pull request #1222 from ezchi/develop
Avoid double semicolon in the PROMPT_COMMAND
2018-08-03 08:39:54 +02:00
Enze Chi
f847371447 Avoid double semicolon in the PROMPT_COMMAND
The direnv bash hook already add a semicolon to the PROMPT_COMMAND and this
plugin will add another one if direnv is installed. This commit will check if
the PROMPT_COMMAND ends with semicolon to avoid have double ones.
2018-08-02 22:01:15 +10:00
Nils Winkler
812a5d411b Merge pull request #1221 from rparree/minikube
added minikube completion support
2018-07-26 10:29:07 +02:00
Raphael Parree
d00762d3cd added minikube completion support 2018-07-26 09:51:25 +02:00
Nils Winkler
e4df64b97d Merge pull request #1218 from nwinkler/fix-update-reload
Fix update reload
2018-07-19 09:10:17 +02:00
Nils Winkler
f6e2fdd2cf Fixed reload command in the update function 2018-07-19 09:00:43 +02:00
Nils Winkler
4192d07f4f Fixed indentation and a broken character 2018-07-19 09:00:42 +02:00
Nils Winkler
86950c3d7c Merge pull request #1216 from adawalli/jump
Add plugin for 'jump'
2018-07-19 08:34:16 +02:00
Nils Winkler
8668ff05ca Merge pull request #1215 from adawalli/fzf-fd
Use fd for fzf if available on system
2018-07-19 08:31:38 +02:00
Nils Winkler
a5923e0793 Merge pull request #1217 from con-f-use/patch-1
Fix #1210 grep error on MacOS with ssh completion
2018-07-19 08:27:21 +02:00
Adam Wallis
03e26ef7a4 Only initialize FZF_DEFAULT_COMMAND if not already set 2018-07-18 10:13:49 -04:00
Adam Wallis
ac42a6233c Allow jump plugin to fail silently when jump not installed
Per recommendations from @nwinkler, allow the jump test to fail
silently. This helps in cases where users are SSH'ing in, or for some
other reason are using bash-it environment on a foreign machine.
2018-07-18 09:52:52 -04:00
con-f-use
e23d26c8fe Fix #1210 grep error on MacOS with ssh completion
See #1210
2018-07-18 14:52:01 +02:00
Nils Winkler
3d6d42ec2f Merge pull request #1211 from dracorp/fork
The function _git-hide-status is invoked to late
2018-07-18 09:19:42 +02:00
Nils Winkler
07638c72ae Merge pull request #1209 from adawalli/powerline
Add powerline initialization plugin
2018-07-18 09:09:31 +02:00
Nils Winkler
b5e5a70424 Merge pull request #1213 from gsmadi/fix/python3.7-version-prompt
Display only first line of Python 3.7 version
2018-07-18 09:07:01 +02:00
Nils Winkler
138b9bf776 Merge pull request #1214 from yuri-val/ruby_symbol
changed ruby symbol to 💎
2018-07-18 09:01:22 +02:00
Adam Wallis
dd081b6e5f Add plugin for 'jump'
Considering FASD has been deprecated, jump does the same thing but is
actively maintained!

https://github.com/gsamokovarov/jump
2018-07-17 13:58:55 -04:00
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