Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes #22

Merged
merged 10 commits into from
Jan 25, 2020
Merged

Some fixes #22

merged 10 commits into from
Jan 25, 2020

Conversation

doekman
Copy link
Collaborator

@doekman doekman commented Jan 25, 2020

Fixed ok.sh:80: and :240: bad substitution in zshell
 bad substitution in zshell
export "$x" works, but shellcheck complaints <https://github.com/koalaman/shellcheck/wiki/SC2163>, so now it's export "${x?}"
Never use exit in sourced scripts
Removed export of OK-variables when running ok-function, as it is the responsibility of the user to alter and export these variables.
Made escape-codes work with exporting functions (when running `declare -f ok`, the output became colored halfway)
shutil.get_terminal_size doesn't exist in python2
@doekman doekman merged commit d22ce45 into master Jan 25, 2020
@doekman doekman deleted the new-year-resolution branch June 7, 2020 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant