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
|
||||
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"))))))))
|
||||
|
Loading…
Reference in New Issue
Block a user