Skip to content
Discussion options

You must be logged in to vote

Here's AI's formatting. I reviewed it and looks accurate to me.

ZSH Configuration

  • The standard directory for ZSH configuration is $ZDOTDIR.

  • In this setup, $ZDOTDIR is set to ~/.config/zsh to avoid cluttering the home directory.

  • To customize your terminal configuration, edit:

    $ZDOTDIR/.zshrc
  • For global shell variables or configuration (outside .zshrc), add individual files in:

    $ZDOTDIR/conf.d/
    • You can place any files with your own zshenv declarations here.
    • This modular system maintains HyDE compatibility and user customizability.
  • If you prefer to bypass this modular method, you can fork HyDE and edit your ~/.zshenv or add a P flag in ~/HyDE/Scripts/restore_cfg.psv for ~/.zshenv.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kRHYME7
Comment options

Answer selected by KevinNitroG
@kRHYME7
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants