Files
dotfiles/.zshrc
2023-03-10 16:48:29 +01:00

10 lines
148 B
Bash

if [[ ! -v ZSH_CUSTOM ]]; then
$ZSH_CUSTOM=$HOME
fi
source $ZSH_CUSTOM/aliases.zsh
source $ZSH_CUSTOM/options.zsh
source $ZSH_CUSTOM/prompt.zsh