From 9e3ed61a22ca15d60970bb972f9a5d745231be65 Mon Sep 17 00:00:00 2001 From: eeleater Date: Tue, 9 Nov 2021 11:54:12 +0100 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index 29a4be5..a45ecb9 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -26,15 +26,15 @@ z4h source -c $HOME/.config/zsh/export.zsh z4h source -c $HOME/.config/local/env.zsh # libraries (ohmyzsh) -z4h source -c $OMZL/history.zsh -z4h source -c $OMZL/completion.zsh -z4h source -c $OMZL/directories.zsh -z4h source -c $OMZL/clipboard.zsh -z4h source -c $OMZL/grep.zsh +z4h source -c $OML/history.zsh +z4h source -c $OML/completion.zsh +z4h source -c $OML/directories.zsh +z4h source -c $OML/clipboard.zsh +z4h source -c $OML/grep.zsh # plugins (ohmyzsh) -z4h source -c $OMZP/command-not-found/command-not-found.plugin.zsh -z4h source -c $OMZP/extract/extract.plugin.zsh +z4h source -c $OMP/command-not-found/command-not-found.plugin.zsh +z4h source -c $OMP/extract/extract.plugin.zsh # plugins (self) z4h source -c $Z4H/urbainvaes/fzf-marks/fzf-marks.plugin.zsh