bash-it/lib
Kyle Welsby fedb72b34f
Fixes exit 1 issue when tmp cache doesn't exist
Found if this `${cache}` file doesn't exist, the single line conditional command would return false causing a `exit 1`.

This little change makes the conditional verbose and not cause a false return failing the function.
2019-01-16 17:36:57 +00:00
..
appearance.bash adding ability to set theme as a path to specific file 2017-03-24 00:23:12 -08:00
composure.bash Removed reload keyword from composure_keywords(), it is not needed 2018-04-21 19:15:50 +02:00
helpers.bash Merge pull request #1273 from kigster/kig/search/improved 2019-01-14 09:05:02 +01:00
history.bash indentation fix 2016-11-04 18:15:07 +00:00
preexec.bash Check for empty or whitespace PROMPT_COMMAND before appending preexec_invoke_cmd 2016-08-04 15:51:15 -05:00
preview.bash Fixed missing quotes around $BASH_IT variable 2017-06-24 17:31:30 +02:00
search.bash Refactor (extract utilities + add tests) & more… 2018-11-23 16:40:35 -08:00
utilities.bash Fixes exit 1 issue when tmp cache doesn't exist 2019-01-16 17:36:57 +00:00