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
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