Commit Graph

1449 Commits

Author SHA1 Message Date
Nils Winkler
569a7a902e Merge pull request #785 from deathbeam/patch-1
Recognize fasd when sourced
2016-09-07 10:34:56 +02:00
Tomas Slusny
5c69d79810 Recognize fasd when sourced
According to fasd README, fasd can be also used by sourcing it and not only by including it into path. This patch will ensure that fasd will be properly recognized, even when it is sourced and not included in path.
2016-09-07 10:17:40 +02:00
Nils Winkler
0c24907b6e Merge pull request #783 from jletourneau/homebrew-upgrade-cleanup
Use --cleanup on upgrade in Homebrew “bupc” alias
2016-08-31 08:14:36 +02:00
Jack Letourneau
92f6af52bb Use --cleanup on upgrade in Homebrew “bupc” alias. 2016-08-30 10:27:05 -04:00
Nils Winkler
0ba44242a1 Merge pull request #781 from joegiralt/master
Added phoenix aliases
2016-08-13 12:15:13 +02:00
Joe Giralt
dbc9922ae5 Added phoenix aliases 2016-08-12 17:04:36 -04:00
Nils Winkler
e30af1d5e0 Merge pull request #780 from nwinkler/fasd-prompt-command
Added empty check for PROMPT_COMMAND in fasd plugin
2016-08-11 08:17:25 +02:00
Nils Winkler
dd218b5113 Added empty check for PROMPT_COMMAND in fasd plugin
This should fix the additional issue found in #775.
2016-08-11 08:16:20 +02:00
Nils Winkler
720936b979 Merge pull request #777 from crahan/fix_usage
OS X fix for usage function.
2016-08-08 09:59:02 +02:00
Thomas Bouve
3a347083d2 Added quotes and fixed missing du depth value. 2016-08-08 09:53:07 +02:00
Nils Winkler
ab2b5e98ca Merge pull request #778 from crahan/fix_pathmunge_group
Fix for bash-it help plugins error (pathmunge group value).
2016-08-08 09:01:08 +02:00
Thomas Bouve
afe8b0d8ec Fix for bash-it help plugins error (pathmunge group value). 2016-08-06 23:41:27 +02:00
Thomas Bouve
c204a43305 OS X fix for usage function. 2016-08-06 21:53:34 +02:00
Nils Winkler
a3c482d8d9 Merge pull request #775 from stuckshut/fix_double_semicolon
Check for empty PROMPT_COMMAND before appending preexec_invoke_cmd

Fixes #767
2016-08-05 09:16:58 +02:00
Nils Winkler
84379a4620 Merge pull request #776 from brenoos/master
Changed the laravel alias a:controller to php artisan make:controller
2016-08-05 09:11:56 +02:00
Breno Oliveira dos Santos
221200ca29 Changins on laravel alias 2016-08-04 22:14:32 -03:00
Breno Oliveira dos Santos
3bf415cfbe Changed the laravel alias a:controller to php artisan make:controller 2016-08-04 21:49:18 -03:00
Eric Anders
3b56275ef6 Check for empty or whitespace PROMPT_COMMAND before appending preexec_invoke_cmd 2016-08-04 15:51:15 -05:00
Nils Winkler
6060c87178 Merge pull request #773 from Samze/master
PROMPT_COMMAND env var should not end in ';'

Fixes #767 
Fixes #772
2016-08-03 11:50:35 +02:00
Sam Gunaratne
1a4c03b08c Fixes issue with PROMPT_COMMAND ending in semi-colon 2016-08-03 10:04:24 +01:00
Nils Winkler
e64cc5b6f1 Merge pull request #764 from antisilent/autoreload
763: Automatically reload shell after enabling and disabling things.
2016-08-02 08:23:17 +02:00
Nick Silva
f82b57b046 Merge branch 'master' into autoreload 2016-08-01 11:25:47 -07:00
Nick Silva
16b455d0c6 add BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE option 2016-08-01 11:19:17 -07:00
Nils Winkler
22d5dab238 Merge pull request #761 from wanelo/master
Wanelo Pairing workstations theme
2016-08-01 09:03:11 +02:00
Nils Winkler
de9c9db1b1 Merge pull request #760 from antisilent/custom-alias-help
Custom alias help
2016-08-01 09:02:36 +02:00
Nils Winkler
2d5b9f0750 Merge pull request #769 from leventyalcin/kontena_completer
kontena.io cli tab completion added
2016-08-01 08:51:28 +02:00
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