• Marc Cornellà's avatar
    fix(cli): change unrecognized `\s` in BSD awk (#11146) · b9be3a43
    Marc Cornellà authored
    In BSD awk, \s is not a valid sequence interchangeable with "space or tab characters"
    as it is in GNU awk. This fix uses [ \t] instead, which is all the possibilities that
    we need to contemplate when reading the .zshrc file.
    
    Fixes #11146
    b9be3a43
Name
Last commit
Last update
.github Loading commit data...
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
oh-my-zsh.sh Loading commit data...