From 50ef29b076aaa08938eeedce901bb2af701b96fb Mon Sep 17 00:00:00 2001 From: saibotk Date: Wed, 23 Feb 2022 00:51:04 +0100 Subject: [PATCH] znap: Adjust install folder --- install.conf.yaml | 2 +- shell/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index 3596e89..303b652 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -19,7 +19,7 @@ - shell: # install znap (zsh plugin manager) - - command: 'if [ ! -d ~/.znap ]; then sh -c "$(git clone --depth 1 -- https://github.com/marlonrichert/zsh-snap.git ~/.znap)"; fi' + - command: 'if [ ! -d ~/.znap/znap ]; then sh -c "$(git clone --depth 1 -- https://github.com/marlonrichert/zsh-snap.git ~/.znap/znap)"; fi' stdin: false stdout: true description: "Installing znap (zsh-snap):" diff --git a/shell/zshrc b/shell/zshrc index 1cbe243..cb37dc7 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -1,6 +1,6 @@ # Load zsh-snap (znap) plugin manager zstyle ':znap:*' repos-dir ~/.znap -source ~/.znap/znap.zsh +source ~/.znap/znap/znap.zsh # Helper Functions # Returns whether the given command is executable or aliased.