Levent YALCIN
158078a94d
kontena.io cli tab completion added
2016-07-31 23:51:00 +01:00
Nick Silva
2d7881022a
Remove hyphen from bash when reloading
2016-07-22 17:43:07 -07:00
Nick Silva
fb85db14a9
763: Automatically reload shell after enabling and disabling things.
2016-07-22 16:15:31 -07:00
Nick Silva
bbcb50ca2b
Remove stray debugging echoes
2016-07-19 11:38:36 -07:00
Nick Silva
7c8be52ac5
Revert local variable declaration
2016-07-19 11:17:49 -07:00
Nick Silva
7c1370ac00
Add support for custom alias group with alias help command.
2016-07-19 11:12:36 -07:00
Nils Winkler
7415134878
Merge pull request #757 from sveneh/vim
...
improved vim aliases
2016-07-15 11:25:36 +02:00
sveneh
2c86ecc7da
improved version of open file in new tab
2016-07-14 23:30:26 +02:00
sveneh
d05c88a23b
new name for alias, will break functionality of original gvim command
...
otherwise
2016-07-14 23:30:26 +02:00
Nils Winkler
0b57d84320
Merge pull request #755 from wingy3181/completion/docker
...
Update docker & add docker-compose/docker-machine CLI completion
2016-07-11 09:04:47 +02:00
Cheong Yip
62e07f8f70
Update docker & add docker-compose/docker-machine CLI completion
...
CLI completions are from:
- docker : https://github.com/docker/docker/blob/master/contrib/completion/bash/docker
- docker-compose : https://github.com/docker/compose/blob/master/contrib/completion/bash/docker-compose
- docker-machine : https://github.com/docker/machine/blob/master/contrib/completion/bash/docker-machine.bash
2016-07-10 12:36:17 +10:00
Nils Winkler
db85492f18
Merge pull request #725 from ravenhall/silent_install_676
...
Silent install - solution to issue #676
2016-07-08 08:28:58 +02:00
Nils Winkler
464b6edd16
Merge pull request #754 from wyhfrank/master
...
Fix bug: themes break global $PROMPT_COMMAND variable
2016-07-08 08:16:02 +02:00
Yuhao Wu
af96da5d11
Fix bug: themes break global $PROMPT_COMMAND variable
...
Safely append functions to $PROMPT_COMMAND instead of setting it.
2016-07-07 17:13:00 +09:00
Nils Winkler
418b06e65c
Merge pull request #753 from nwinkler/docker-compose-plugin
...
Added docker-compose plugin
2016-07-06 08:25:55 +02:00
Nils Winkler
03600e0da1
Added docker-compose plugin
...
Only function so far: docker-compose-fresh, which shuts down a running
docker-compose instance, deletes the containers, and starts up fresh
instances, then tails the container logs.
Converted this from an alias to a function so that a parameter can be
provided for the name of the docker-compose.yaml file name.
2016-07-06 08:24:48 +02:00
Nils Winkler
e90b98ef3b
Merge pull request #752 from ljfranklin/master
...
Add `gap` alias for `git add -p`
2016-07-06 08:09:18 +02:00
Forrest Sill
482703e754
Add `gap` alias for `git add -p`
...
- Useful for seeing your changes before committing
Signed-off-by: Lyle Franklin <lfranklin@pivotal.io>
2016-07-05 11:36:22 -07:00
Nils Winkler
89b244133c
Merge pull request #751 from beornf/master
...
Bash-it theme inspired by oh-my-zsh tonotdo.
2016-07-04 08:00:01 +01:00
Beorn Facchini
d1f5648b6b
Bash-it theme inspired by oh-my-zsh tonotdo.
2016-07-03 11:55:43 +10:00
Nils Winkler
01ef086593
Merge pull request #749 from MattBroyles/master
...
Added gitignore-reload plugin
2016-06-28 07:59:59 +02:00
Matt Broyles
fbca9c92a5
Added gitignore-reload plugin
2016-06-27 15:02:34 -05:00
Nils Winkler
7532a0594b
Merge pull request #745 from nwinkler/gittowork-fix
...
Added missing meta tags for gittowork
2016-06-21 13:19:01 +02:00
Nils Winkler
932a951294
Added missing meta tags for gittowork
...
Also fixed some typos in the function.
2016-06-21 13:18:06 +02:00
Nils Winkler
7b5502e6f6
Merge pull request #743 from MattBroyles/master
...
GitToWork plugin for .gitignore automation
2016-06-20 18:09:50 +02:00
Matt Broyles
fe8254b574
Moved gittowork to git.plugin.bash, removed gittowork.plugin.bash
2016-06-20 10:32:01 -05:00
Matt Broyles
478e8ddb1b
Inserted newline after gittowork
2016-06-15 20:40:19 -05:00
Matt Broyles
454bbd8d74
Added gittowork plugin
2016-06-15 20:38:55 -05:00
Nils Winkler
758bcdae19
Merge pull request #739 from wolfascu/nwinkler_random_colors_theme
...
added the nwinkler_random_colors theme
2016-06-09 08:20:14 +02:00
Cristian Lupascu
734c937232
added the nwinkler_random_colors theme
2016-06-08 14:23:47 +03:00
Nils Winkler
f0188122f8
Merge pull request #737 from rauchrob/patch-2
...
Support HG_ROOT containing whitespaces
2016-06-02 16:04:48 +02:00
Robert Rauch
669d068b12
Support HG_ROOT containing whitespaces
2016-06-02 10:36:37 +02:00
Nils Winkler
93c909474f
Merge pull request #214 from kimptoc/master
...
Updated reference for vcprompt
2016-06-01 13:15:51 +02:00
Nils Winkler
d379760041
Merge pull request #735 from imomaliev/master
...
[#734 ] tmux-completion when trying to use withiout running server
2016-06-01 09:43:49 +02:00
Nils Winkler
0b111af1bc
Merge pull request #736 from gabrielricci/master
...
Adding support for rvm-prompt to powerline-plain theme
2016-06-01 08:27:57 +02:00
Gabriel Ricci
6228fa5e72
Adding support for rvm-promt to powerline-plain theme
2016-06-01 05:49:38 +00:00
ravenhall
49afeb707e
Added forgotten -e and moved funcs to the top to prevent scoping issue
2016-05-31 18:45:36 -05:00
ravenhall
c6c21abb0e
Colorized error, relocated installing message, created backup_new func, reformatted do
2016-05-31 14:14:12 -05:00
Sardorbek Imomaliev
71bbd9d41a
fix tmux-completion when trying to use withiout running server
2016-05-31 21:44:08 +06:00
Nils Winkler
2c7a0f4cb3
Merge pull request #730 from jokeyrhyme/729-themes-after-plugins
...
load theme _after_ loading any plugins, etc
2016-05-30 08:25:23 +02:00
Nils Winkler
f6683a959c
Merge pull request #732 from przepompownia/master
...
Replace static command list by generated.
2016-05-30 08:21:38 +02:00
przepompownia
9103f4e758
Replace static command list by generated.
...
It requires version 2.1 of tmux
2016-05-28 22:31:24 +02:00
Ron Waldon
14525efefa
load theme _after_ loading any plugins, etc
2016-05-25 17:32:33 +10:00
Nils Winkler
241c204441
Merge pull request #728 from nwinkler/killrails-rails
...
Killrails Plugin renamed to rails
2016-05-23 08:47:48 +02:00
Nils Winkler
58674d5a89
Updated unit tests
2016-05-23 08:45:46 +02:00
Nils Winkler
8929b13c6e
Updated meta information
2016-05-23 08:45:46 +02:00
Nils Winkler
64a620d9e2
Renamed killrails plugin to rails
2016-05-23 08:45:46 +02:00
Omer Katz
5f35a6db38
Merge pull request #727 from sahensley/add_history_cite
...
Add history cite and about-plugin lines
2016-05-22 11:15:21 +03:00
Shawn Hensley
bf69bbc612
Add history cite. Remove trailing semicolon and space.
2016-05-22 01:00:46 -05:00
ravenhall
11311b17f6
Implemented solution to issue #676
2016-05-19 22:08:46 -05:00