From 78514f813a738b9e20311ed8dd79daa6c213951c Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 10 Feb 2022 21:32:53 +0100 Subject: [PATCH] Load additional options and remove "addon" --- zshrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/zshrc b/zshrc index 4b40b8c..c93db06 100644 --- a/zshrc +++ b/zshrc @@ -38,12 +38,5 @@ source $HOME/.dotfiles/zsh/device-specific # Load private information from second repo if [[ -d $HOME/.jan ]]; then source $HOME/.jan/credentials -fi - -# Addons addons - -## NNotes -nnotesaddon="$HOME/.nnotes/.zsh-integration" -if [[ -f $nnotesaddon ]]; then - source $nnotesaddon + source $HOME/.jan/zsh_options fi