diff --git a/rekahsoft-gnu/packages/shellutils.scm b/rekahsoft-gnu/packages/shellutils.scm index 6a73dd4..fd95909 100644 --- a/rekahsoft-gnu/packages/shellutils.scm +++ b/rekahsoft-gnu/packages/shellutils.scm @@ -138,12 +138,11 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..") (string-append install-path "/" dir))) '("lib" "sections")) - (for-each (lambda (f) - (copy-file f (string-append install-path "/" f))) - '("spaceship.zsh" "async.zsh")) - (symlink (string-append install-path "/spaceship.zsh") - (string-append func-path - "/prompt_spaceship_setup")))))))) + (for-each (lambda (f l) + (copy-file f (string-append install-path "/" f)) + (symlink (string-append install-path "/" f) + (string-append func-path "/" l))) + '("spaceship.zsh" "async.zsh") '("prompt_spaceship_setup" "async")))))))) (synopsis "Zsh prompt for Astronauts") (description "Spaceship is a minimalistic, powerful and extremely customizable