* 'master' of github.com:fklassen/ohmyzsh: (38 commits)
fix(aws): restore accidentally deleted variable
feat(upgrade): add verbosity settings
fix(uninstall): abort uninstall if unable to change shell (#10357)
feat(juju): add functions to get current controller and model (#11572)
fix(aws): do not print region if it's not defined
feat(aws): set region when AWS_REGION is not set
feat(gnu-utils): add `gindent` (#11569)
fix(lib): set equivalent LS_COLORS and LSCOLORS variables
feat(rails): add `rta` alias (#11553)
docs(vi-mode): document how to add vi-mode info on the prompt (#11548)
Fixing link to PA website in README
feat(vi-mode): add settings for vi-mode cursor styles (#10860)
fix(init): set completion colors on theme load, not with `precmd`
feat(aws): add AWS_REGION to aws_prompt_info (#10062)
fix(aliases): group properly aliases (#11546)
fix(argocd): typo in filename
feat(argocd): add completion plugin
refactor(theme-and-appearance): reorganize and clean up logic (#11529)
fix(lib): use `$BROWSER` in `open_command` if set (#11532)
docs(brew): remove duplication (#11535)
...
Conflicts:
oh-my-zsh.sh
Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue!
As per issue #10311
* refactor(osx): rename `osx` plugin to `macos`
* refactor(macos): Add symbolic link from old `osx` plugin name.
The published workflow tests the installer and checks the syntax of known zsh files
in the project.
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
The original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run.
This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script.
* Updating Oh My Zsh shop URLs
Linking directly to the Oh My Zsh inventory vs the top-level store with non-OMZ items.
* Updating link to Oh My Zsh products in the install script
* Updating link to Oh My Zsh shop products in the upgrade script
* Getting rid of 't-' in shirts for now
The git:// transport is completely unauthenticated. An attacker on the local or upstream network can easily man-in-the-middle an oh-my-zsh update and get remote code execution on your system. Only the https:// git transport should be used.