Alex Thiessen
2c7e9e7ab3
bash_it.sh: Require interactive shell
...
Previously, a fix was added for bad behavior when `bash-it` printed text
to the console in conjunction with protocols like `SCP`, as commit
83c44fac "template/profile: Require interactive shell".
It did work for those users who replace their original `~/.bash_profile`
file with the one provided by `bash-it`, but not for those who merely
append a `bash-it` call to their existing `~/.bash_profile` file.
Fix the behavior for the latter case, too.
2020-03-29 23:57:35 +02:00
Nils Winkler
30f0efe873
Merge pull request #1526 from davidpfarrell/aliases/git/git-switch
...
Aliases/git/git switch
2020-03-29 16:30:25 +02:00
David Farrell
0274d36cd7
Use long option values
2020-03-25 10:04:27 -07:00
David Farrell
30ae4d9e5f
Add git switch aliases (gsw*)
2020-03-25 09:49:51 -07: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
Eduardo Bellido Bellido
1bf9bbde0d
Use new line character instead semicolon in the preexec hook
2020-03-14 22:56:30 +01: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
Matthew Adams
59854e5fb1
uuid.aliases.bash -> uuidgen.aliases.bash because the command name is uuidgen & add cite + about-alias
2020-02-26 09:23:19 -06:00
Matthew Adams
63d5a73918
mv to uuid.aliases.bash
2020-02-24 15:49:53 -06:00
Nils Winkler
9e92ef342f
Merge pull request #1503 from okomestudio/ts/bugfix/alias-completion
...
Pass the aliased command as an argument to _filedir_xspec
2020-02-24 08:36:03 +01:00
Taro Sato
fbc8f7ddf4
Add comment explaining compl_func_args
2020-02-23 18:40:54 -08:00
Taro Sato
fe26adf7ac
Pass the aliased command as an argument to _filedir_xspec
2020-02-22 16:20:40 -08:00
Nils Winkler
bf5dd87f33
Merge pull request #1502 from cornfeedhobo/enhance-makefile-completion
...
Enhance make completion to support multiple files and gnumake
2020-02-22 13:11:55 +01:00
cornfeedhobo
2e4c4ad29a
enhance makefile completion - remove hash bang
2020-02-21 22:29:14 -06:00
cornfeedhobo
239f708637
enhance makefile completion - remove use of find
2020-02-21 22:27:56 -06:00
cornfeedhobo
552cd89851
enhance makefile completion - shortcircuit early when nothing is found
2020-02-21 13:09:08 -06:00
cornfeedhobo
9d97532f8e
enhance makefile completion and make shellcheck happy
2020-02-21 12:56:00 -06:00