From 3c77938ff9945edce72734907ad8973828e89158 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Tue, 26 Dec 2023 00:34:14 -0500 Subject: [PATCH] rekahsoft-gnu: Fix spaceship-prompt after update --- rekahsoft-gnu/packages/shellutils.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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