rekahsoft-gnu: Fix spaceship-prompt after update

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

View File

@ -138,9 +138,9 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
(string-append
install-path "/" dir)))
'("lib" "sections"))
(copy-file "spaceship.zsh"
(string-append install-path
"/spaceship.zsh"))
(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"))))))))