David Farrell
David Farrell
@breadstickguy wrote: > ```bash > ... > # Load Bash It > source "$BASH_IT"/bash_it.sh > jjbrenner@jBrenner ~ % >.... > # enable display of last command duration. > #export BASH_IT_COMMAND_DURATION=true...
Greetings, First off, thanks for using Bash-it and for taking the time to create a PR ! Managing alias files is tough since in the end, you're essentially subjecting the...
TIL some formula can have unique prefixes, which is probably why the formula name is an optional argument to the `--prefix` option: _from manpage_ ``` --prefix [--unbrewed] [--installed] [formula ...]...
I left a bunch of comments throughout the changes files to hopefully explain what I was thinking ...
Hi Team! @cornfeedhobo any findings from testing this? I think its time to merge - We've had 2 other PRs open on the matter so the natives are getting restless...
Not sure why mac jobs are failing or why re-running them (eventually) allows them to pass ... But we know the lint job is failing due to `brew` missing, sooo...
For some context, you all may have noticed either the HN article, the blog it links to, or the updated man page for the newly released grep 3.8: * https://news.ycombinator.com/item?id=32717184...
Ok I got a PR ( #2164 ) started to hopefully fix this issue and silence the warnings. As more people update to the latest gnu grep, this error is...
@dedguy21 > [I]s it safe to comment out? No, that would probably blow up, but for the completions/plugins/themes that you use that are exhibiting this issue, you can modify them...
`golang-best-practices` is growing on me. In addition to examples mentioned by @koddr I think it would also be useful to host template repositories for various use cases: * [GitHub Blog:...