mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 18:49:55 +01:00
Load additional options and remove "addon"
This commit is contained in:
parent
ccb2cfb2e6
commit
78514f813a
9
zshrc
9
zshrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user