mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 02:29:57 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user