diff --git a/.zshrc b/.zshrc index 24181f7..2046ede 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,4 @@ export ZSH=${HOME}/.oh-my-zsh -export DOTFILES=${HOME}/.dotfiles ZSH_DISABLE_COMPFIX="true" @@ -23,10 +22,6 @@ zstyle :omz:plugins:ssh-agent identities hetzner id_ed25519 id_ed25519_do id_ed2 source $ZSH/oh-my-zsh.sh -for file in ${DOTFILES}/utils/*; do - source $file -done - # zstyle ':completion:*' menu select ZSH_COLORIZE_STYLE="material"