From aee1490b72f5040000ffa0f21ec559d3d2b66947 Mon Sep 17 00:00:00 2001 From: eeleater Date: Fri, 3 Dec 2021 09:50:18 +0100 Subject: [PATCH] Add dot_config/zsh/libraries.zsh Update dot_zshrc --- dot_config/zsh/libraries.zsh | 5 +++++ dot_zshrc | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 dot_config/zsh/libraries.zsh diff --git a/dot_config/zsh/libraries.zsh b/dot_config/zsh/libraries.zsh new file mode 100644 index 0000000..1d13f71 --- /dev/null +++ b/dot_config/zsh/libraries.zsh @@ -0,0 +1,5 @@ +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 diff --git a/dot_zshrc b/dot_zshrc index 0229cec..e5ac80c 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -28,8 +28,9 @@ z4h init || return z4h source -c $HOME/.config/zsh/export.zsh z4h source -c $HOME/.config/local/export.zsh -# libraries (ohmyzsh) -for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done +# libraries +z4h source -c $HOME/.config/zsh/plugins.zsh +z4h source -c $HOME/.config/local/plugins.zsh # plugins z4h source -c $HOME/.config/zsh/plugins.zsh