znap: Adjust install folder
This commit is contained in:
parent
6010cc0543
commit
50ef29b076
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
# install znap (zsh plugin manager)
|
# 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
|
stdin: false
|
||||||
stdout: true
|
stdout: true
|
||||||
description: "Installing znap (zsh-snap):"
|
description: "Installing znap (zsh-snap):"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Load zsh-snap (znap) plugin manager
|
# Load zsh-snap (znap) plugin manager
|
||||||
zstyle ':znap:*' repos-dir ~/.znap
|
zstyle ':znap:*' repos-dir ~/.znap
|
||||||
source ~/.znap/znap.zsh
|
source ~/.znap/znap/znap.zsh
|
||||||
|
|
||||||
# Helper Functions
|
# Helper Functions
|
||||||
# Returns whether the given command is executable or aliased.
|
# Returns whether the given command is executable or aliased.
|
||||||
|
|
Loading…
Add table
Reference in a new issue