Hongyi Zhao
|
f28ce6c2de
|
Merge branch 'master' of https://github.com/bash-it/bash-it
|
2020-03-25 16:42:10 +08:00 |
Hongyi Zhao
|
219c0d734f
|
Add the completion file for AiiDA's verdi command line interface
|
2020-03-25 16:42:03 +08:00 |
Nils Winkler
|
52123d5072
|
Merge pull request #1510 from cornfeedhobo/add-goenv
Add goenv plugin
|
2020-03-25 08:42:17 +01:00 |
Nils Winkler
|
2332c9e82e
|
Merge pull request #1522 from matthewadams/patch-1
netshoot alias for k8s
|
2020-03-25 08:23:07 +01:00 |
Nils Winkler
|
159a1ce3e0
|
Merge pull request #1520 from shiguol/enhance_envy_theme
envy theme add python virtual_env display support.
|
2020-03-25 08:21:39 +01:00 |
Nils Winkler
|
f70bd44990
|
Merge pull request #1524 from ucomesdag/patch-1
Update vagrant.completion.bash
|
2020-03-25 08:20:06 +01:00 |
All Your Code
|
287d9d4b4f
|
Update vagrant.completion.bash
Fixed command options changes of the Vagrant command. Completion has been broken for a while, especially the snapshot options.
|
2020-03-22 15:12:40 +01:00 |
Matthew Adams
|
7a347b2c51
|
netshoot alias for k8s
Provides a quick bash prompt in the k8s cluster using https://hub.docker.com/r/nicolaka/netshoot
|
2020-03-20 14:04:23 -05:00 |
salex
|
21885dabb4
|
add THEME_SHOW_RUBY_PROMPT.
|
2020-03-20 19:25:45 +08:00 |
Nils Winkler
|
733f047026
|
Merge pull request #1519 from edubxb/new-line-as-separator
Use new line character instead semicolon in the preexec hook
|
2020-03-20 08:59:57 +01:00 |
salex
|
fd162c0786
|
add RUBY_VERSION_PROMPT_DISABLED parameter for PS1 prompt.
|
2020-03-20 09:44:06 +08:00 |
salex
|
7f8652999b
|
fix code review issues.
|
2020-03-19 21:27:54 +08:00 |
salex
|
167dc43a87
|
envy theme add python virtual_env display support.
|
2020-03-18 14:07:22 +08:00 |
Hongyi Zhao
|
0e22b00ca3
|
All of these codes are shipped within officical pip distribution.
There is no need to make the things complicated.
|
2020-03-15 14:27:28 +08:00 |
Hongyi Zhao
|
42bdfeeb6a
|
combine the pip completion code into one script.
|
2020-03-15 14:22:30 +08:00 |
Hongyi Zhao
|
23671ef4f3
|
try to simplify the logic: completion/available/pip.completion.bash
|
2020-03-15 13:42:55 +08:00 |
Eduardo Bellido Bellido
|
1bf9bbde0d
|
Use new line character instead semicolon in the preexec hook
|
2020-03-14 22:56:30 +01:00 |
Hongyi Zhao
|
cfe7166132
|
Based on the _pip_completion function defined by pip completion to determine
whether we should reevaluate the pip completion or not.
|
2020-03-14 23:37:21 +08:00 |
Hongyi Zhao
|
db64f5521c
|
FIXME: do the trick without exporting variable into environment.
Use _pip_completion_bash as the hook function name
|
2020-03-13 19:56:56 +08:00 |
Hongyi Zhao
|
e6be506ce1
|
use _pip_command_path as the variable name to store the currently used pip's path.
|
2020-03-13 17:18:10 +08:00 |
Hongyi Zhao
|
4fe6611da2
|
use _pip_command_path_old for variable's name to store the pip's path:
modified: completion/available/pip.completion.bash
modified: completion/available/pip3.completion.bash
|
2020-03-13 17:05:10 +08:00 |
Hongyi Zhao
|
43d15b69e1
|
Ensure that the eval command only executed once for one virutualenv:
modified: completion/available/pip.completion.bash
modified: completion/available/pip3.completion.bash
|
2020-03-13 16:43:35 +08:00 |
Hongyi Zhao
|
5c663b871a
|
little fix for the regex used to match the hook function name:
modified: completion/available/pip.completion.bash
modified: completion/available/pip3.completion.bash
|
2020-03-13 15:24:35 +08:00 |
Hongyi Zhao
|
1052200f0c
|
Touchup codes for fixing pip completion when running it within/outside of pyenv/virtualenv/venv/conda environment:
modified: completion/available/pip.completion.bash
modified: completion/available/pip3.completion.bash
|
2020-03-13 15:00:23 +08:00 |
Hongyi Zhao
|
cd0b2618fb
|
Fix pip completion for running it within/outside of pyenv/virtualenv/venv/conda environment.
modified: completion/available/pip.completion.bash
modified: completion/available/pip3.completion.bash
|
2020-03-13 10:21:26 +08:00 |
Hongyi Zhao
|
9fcaab0efc
|
try to fix for pyenv/virtualenv: completion/available/pip.completion.bash
|
2020-03-11 20:00:27 +08:00 |
Nils Winkler
|
b35d41464c
|
Merge pull request #1516 from davidpfarrell/cht.sh
Add cht.sh plugin
|
2020-03-11 08:06:05 +01:00 |
David Farrell
|
ab7f15bee1
|
Added a comment
|
2020-03-10 23:02:33 -07:00 |
David Farrell
|
8e9dadfaad
|
Adds metadata + support for multiple arguments
|
2020-03-10 22:58:39 -07:00 |
Nils Winkler
|
d9bcbf4c1f
|
Merge pull request #1512 from BarbUk/feature/theme-barbuk
Add theme barbuk
|
2020-03-10 08:17:20 +01:00 |
cornfeedhobo
|
58d3acfd88
|
add goenv plugin
|
2020-03-10 02:03:05 -05:00 |
David Farrell
|
6419d9246d
|
Add cht.sh plugin
|
2020-03-09 12:38:05 -07:00 |
Nils Winkler
|
2e53796d49
|
Added comment for docker-compose-fresh alias
Closes #1513
|
2020-03-09 16:07:59 +01:00 |
BarbUk
|
c0af591f2f
|
Add theme barbuk
|
2020-03-09 17:24:18 +04:00 |
Nils Winkler
|
c1ec06c9d8
|
Merge pull request #1511 from cornfeedhobo/nit-pick-utilities-order
Nit pick ordering
|
2020-03-09 09:04:55 +01:00 |
cornfeedhobo
|
d4c2f8b73f
|
nit pick cleanup
|
2020-03-08 23:53:27 -05:00 |
Nils Winkler
|
a6b757e19b
|
Merge pull request #1509 from okomestudio/ts/proper-arg-passing
Pass all the expected arguments to the completion function
|
2020-03-03 08:43:22 +01:00 |
Nils Winkler
|
95da7f27c7
|
Merge pull request #1464 from radeksm/feature/theme-radek
New theme for Python developers
|
2020-03-03 08:37:50 +01:00 |
Radoslaw Smigielski
|
4c23c1c90b
|
Update theme name
|
2020-03-03 06:39:41 +00:00 |
Taro Sato
|
a7a777b20a
|
Pass all the expected arguments to completion function
|
2020-02-28 01:04:19 -08:00 |
Nils Winkler
|
fbeb6344fa
|
Merge pull request #1508 from ofirshtrull/master
Add terraform workspace to prompt
|
2020-02-28 09:21:28 +01:00 |
Ofir Shtrull
|
381a0069c3
|
changed order of params
|
2020-02-27 23:32:43 +02:00 |
Ofir Shtrull
|
a578fa81e4
|
more cleanup
|
2020-02-27 22:10:38 +02:00 |
Ofir Shtrull
|
84ad65c309
|
cleanup
|
2020-02-27 21:52:21 +02:00 |
Ofir Shtrull
|
936a79f619
|
now usable by all prompts
|
2020-02-27 20:53:35 +02:00 |
Ofir Shtrull
|
78397ad598
|
Add terraform workspace to prompt
|
2020-02-27 14:40:57 +02:00 |
Nils Winkler
|
223398c9e8
|
Merge pull request #1507 from davidpfarrell/plz
Add fuck/please aliases, playing nicely with thefuck plugin
|
2020-02-27 08:58:46 +01:00 |
Nils Winkler
|
b655de9ab3
|
Merge pull request #1487 from matthewadams/uuid
add uuid aliases
|
2020-02-27 08:55:27 +01:00 |
David Farrell
|
d6425922a1
|
Add fuck/please aliases, playing nicely with thefuck plugin
|
2020-02-26 10:28:10 -08:00 |
David Farrell
|
8fc6f82455
|
Renames thefuck alias file to fuck
|
2020-02-26 10:25:12 -08:00 |