diff --git a/global/.config/jrnl/jrnl.yaml b/global/.config/jrnl/jrnl.yaml index 7e499f2..3f3d075 100644 --- a/global/.config/jrnl/jrnl.yaml +++ b/global/.config/jrnl/jrnl.yaml @@ -12,7 +12,7 @@ indent_character: '|' journals: default: display_format: markdown - encrypt: true + encrypt: false journal: /home/fz0x1/.diary/diary.jrnl test: display_format: markdown diff --git a/global/.zshrc b/global/.zshrc index f58fb91..048d2cd 100644 --- a/global/.zshrc +++ b/global/.zshrc @@ -145,3 +145,6 @@ fi source $HOME/.zshrc-additional source $HOME/.zshrc-secrets +autoload bashcompinit +bashcompinit +source "/home/fz0x1/.local/share/bash-completion/completions/appman"