commit 25c4a0490666aa5fcf67ee8a87d7c9b9278f5c28
parent 13829eaba7bab1f64cc22f1103389fad1126e739
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 10 Feb 2020 12:50:48 +0100
shell: source omzsh defaults
Former-commit-id: 70e0f268dfb0e451325c2e8cfbde25735c85eeb3
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/shell/zshrc b/shell/zshrc
@@ -20,6 +20,10 @@ autoload -Uz compinit
compinit
source $DOTFILES/shell/oh-my-zsh-defaults/completion.zsh
source $DOTFILES/shell/oh-my-zsh-defaults/directories.zsh
+source $DOTFILES/shell/oh-my-zsh-defaults/clipboard.zsh
+source $DOTFILES/shell/oh-my-zsh-defaults/history.zsh
+source $DOTFILES/shell/oh-my-zsh-defaults/keys.zsh
+
# Auto correct commands, with exceptions (from oh-my-zsh)
if [[ "$ENABLE_CORRECTION" == "true" ]]; then