Max Kovgan

Results 11 issues of Max Kovgan

- update `install.sh`/`uninstall.sh` - update `README.md` ## Description - added handling of overriding of `CONFIG_FILE` if `BASH_IT_CONFIG_FILE` is passed to `install.sh/uninstall.sh` ## Motivation and Context this allows not touching user's...

### Expected behavior as a "deployer" I'd like to be able to override `CONFIG_FILE` so that instead of directly updating `~/.bashrc`, another file would be created, and then loaded into...

feature request

- adding `clean` target to make command

seems the build dir is not the working dir of the build stage in `appveyor.yml`: ``` APPVEYOR_BUILD_FOLDER=/home/appveyor/hclq PWD=/opt/appveyor/build-agent ``` then `make dist`, naturally fails.

NOTE: this is 1 of 2 issues causing these bugs #86 and #73 A regex used in several `isJob*()` methods does: `return path.match(/^\/job\/.*?\//) !== null;`, or similar. This regex assumes...

NOTE: this is 2nd of 2 issues causing these bugs #86 and #73 I have noticed the code is using the call to `$.getJSON()`, I looked at the request and...

- added `yml` to `yaml` language extensions references: * [YAML](https://en.wikipedia.org/wiki/YAML) Signed-off-by: Max Kovgan

`.yml` files are not considered as `YAML`.

- dynamic versioning + semver - use tox Signed-off-by: Max Kovgan