Load additional options and remove "addon"

This commit is contained in:
Jan Jastrow 2022-02-10 21:32:53 +01:00
parent ccb2cfb2e6
commit 78514f813a
1 changed files with 1 additions and 8 deletions

9
zshrc
View File

@ -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