gantsign / ansible-role-oh-my-zsh

Ansible role for installing and configuring oh-my-zsh
https://galaxy.ansible.com/gantsign/oh-my-zsh
MIT License
165 stars 41 forks source link

Added extra exports for variables #116

Closed tutunak closed 3 years ago

tutunak commented 3 years ago

e.g for PATH or other variables

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

tutunak commented 3 years ago

@freemanjp could you merge, please?

freemanjp commented 3 years ago

@tutunak thanks for the pull request, but unfortunately I won't be accepting this change. In my experience, once you need to customize the ~/.zshrc it quickly becomes difficult to maintain without a Zsh Plugin manager such as Antigen. Which is why I created an Ansible role for Antigen (gantsign.antigen), with that you can install Oh My Zsh and configure it with all the custom configuration you need.

tutunak commented 3 years ago

ok