rekahsoft-gnu: Fix spaceship-prompt after update

This commit is contained in:
Collin J. Doering 2023-12-26 00:34:14 -05:00
parent 88f8b7a96f
commit 3c77938ff9
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 5 additions and 6 deletions

View File

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