dotfiles/zsh/zshenv
c47 6e68096cde
Add basic zsh configuration
Added basic zsh configuration
2024-02-18 00:27:46 +01:00

5 lines
96 B
Bash

export ZDOTDIR=${HOME}/.zsh
if [[ -f ${ZDOTDIR}/.zshrc ]]; then
source ${ZDOTDIR}/.zshrc
fi