rekahsoft-gnu: Fix spaceship-prompt after update
This commit is contained in:
parent
4911f409b0
commit
88f8b7a96f
@ -138,9 +138,9 @@ files, command history, processes, hostnames, bookmarks, git commits, etc..")
|
|||||||
(string-append
|
(string-append
|
||||||
install-path "/" dir)))
|
install-path "/" dir)))
|
||||||
'("lib" "sections"))
|
'("lib" "sections"))
|
||||||
(copy-file "spaceship.zsh"
|
(for-each (lambda (f)
|
||||||
(string-append install-path
|
(copy-file f (string-append install-path "/" f)))
|
||||||
"/spaceship.zsh"))
|
'("spaceship.zsh" "async.zsh"))
|
||||||
(symlink (string-append install-path "/spaceship.zsh")
|
(symlink (string-append install-path "/spaceship.zsh")
|
||||||
(string-append func-path
|
(string-append func-path
|
||||||
"/prompt_spaceship_setup"))))))))
|
"/prompt_spaceship_setup"))))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user