rekahsoft-gnu: Fix spaceship-prompt after update
This commit is contained in:
parent
88f8b7a96f
commit
3c77938ff9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user