ohmyzsh/lib
Marc Cornellà e1a9d0ce3e
fix(cli): allow omz commands to be used in a script (#10645)
The commands `omz plugin {enable,disable}` and `omz theme set`
automatically reload the zsh session on success. With this
change, the CLI checks whether the commands are run in an
interactive session before reloading the zsh session.

This change also conditionally sets the completion function
for `omz` so that it's not done in a non-interactive session.
2022-02-02 23:02:23 +01:00
..
bzr.zsh
cli.zsh fix(cli): allow omz commands to be used in a script (#10645) 2022-02-02 23:02:23 +01:00
clipboard.zsh
compfix.zsh
completion.zsh
correction.zsh
diagnostics.zsh style: use -n flag in head and tail commands (#10391) 2021-11-09 09:04:10 +01:00
directories.zsh style: use -n flag in head and tail commands (#10391) 2021-11-09 09:04:10 +01:00
functions.zsh fix(lib): fix omz_urldecode unsafe eval bug 2021-11-11 22:44:18 +01:00
git.zsh fix(lib): quote % in git_remote_status 2022-01-03 13:50:50 +01:00
grep.zsh
history.zsh
key-bindings.zsh
misc.zsh
nvm.zsh fix(lib): quote % in nvm_prompt_info 2022-01-03 13:50:50 +01:00
prompt_info_functions.zsh fix: quote % characters in ruby prompt info functions 2021-12-13 17:43:32 +01:00
spectrum.zsh fix(lib): fix potential command injection in title and spectrum functions 2021-11-11 22:45:11 +01:00
termsupport.zsh fix(lib): don't error if INSIDE_EMACS is not defined (#10443) 2021-11-25 23:55:21 +01:00
theme-and-appearance.zsh