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

Config Loading #391

Merged
merged 2 commits into from
Apr 27, 2021
Merged

Config Loading #391

merged 2 commits into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. Config Loading

    * Configuration is now handled in this order:
     --config flag
     ZELLIJ_CONFIG_FILE env
     get_default_config_dir() (directories-next)
     HOME/.config/zellij (for mac convenience)
     SYSTEM_DEFAULT_CONFIG_DIR (for distributions to specify sensible
     defaults ontop of zellij)
     from assets
    
    * Fix default.yaml file
    
    * Move default.yaml file to assets directory
    a-kenji committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    77e0b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d2a4c View commit details
    Browse the repository at this point in the history