dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Results 8 dotfiles issues
Sort by recently updated
recently updated
newest added

It fixes `jq: error (at :0): null (null) cannot be matched, as it is not a string` crash.

It forces the correct cat command if anybody has an alias of the `cat` command, eg. to the `bat` command or something similar.

I agree with @ silverqx that there's an empty response that appears to be unnecessary and confirmed on my system using zsh that the --silent option fixes the empty response....

``` zsh> cf install-plugin -r CF-Community "html5-plugin" Searching CF-Community for plugin html5-plugin... Plugin html5-plugin 1.4.6 found in: CF-Community Plugin html5-plugin 1.4.4 is already installed. Attention: Plugins are binaries written by...

I get following error when executing the script jq: error (at :0): null (null) cannot be matched, as it is not a string

Hi @qmacro First of all, I really like the last hacking episode on Business Application Studio, so I jump straight into coding that same day I watched the episode. I...