Close #108 PR: Refactor async logic and allow for async git status..

This commit is contained in:
Mathias Fredriksson
2015-05-23 13:32:21 +02:00
committed by Sindre Sorhus
parent 467a1a6ce2
commit 94ccd581dd
6 changed files with 418 additions and 39 deletions

View File

@@ -21,4 +21,6 @@ package() {
cd $srcdir/$pkgname
install -Dm644 pure.zsh \
"$pkgdir/usr/share/zsh/functions/Prompts/prompt_pure_setup"
install -Dm644 async.zsh \
"$pkgdir/usr/share/zsh/functions/async"
}