Oops, fix the name for process-stow-no-folding
This commit is contained in:
parent
1e0267ba57
commit
82d27231b1
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ link() {
|
|||
$STOW -d $DOTFILES -t ~ $packages
|
||||
}
|
||||
|
||||
process-stow-no-fold() {
|
||||
process-stow-no-folding() {
|
||||
zmodload zsh/mapfile
|
||||
for file in ${(f)mapfile[$1]}; do
|
||||
file=~/$file
|
||||
|
|
Loading…
Reference in a new issue