mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-19 00:47:22 +02:00
5 lines
141 B
Bash
5 lines
141 B
Bash
#TODO: Set ZDOTDIR based on MKK_CONFIG_PATH
|
|
|
|
__HOME_ZSHENV_SOURCED=1
|
|
ZDOTDIR=${XDG_CONFIG_HOME:-"$HOME/.config"}/zsh/cfg
|
|
setopt no_global_rcs |