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

9
zshrc
View File

@ -38,12 +38,5 @@ source $HOME/.dotfiles/zsh/device-specific
# Load private information from second repo # Load private information from second repo
if [[ -d $HOME/.jan ]]; then if [[ -d $HOME/.jan ]]; then
source $HOME/.jan/credentials source $HOME/.jan/credentials
fi source $HOME/.jan/zsh_options
# Addons addons
## NNotes
nnotesaddon="$HOME/.nnotes/.zsh-integration"
if [[ -f $nnotesaddon ]]; then
source $nnotesaddon
fi fi