mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
5 lines
128 B
Bash
5 lines
128 B
Bash
# This needs placed in the ~/.zshenv
|
|
|
|
export ZDOTDIR="$HOME/.config/zsh"
|
|
[ -f "$ZDOTDIR/.zshenv" ] && source "$ZDOTDIR/.zshenv"
|