summarylogtreecommitdiffstats
path: root/spaceship-prompt-git.install
diff options
context:
space:
mode:
authorAlexey Peschany2024-01-30 11:51:37 +0300
committerAlexey Peschany2024-01-30 11:51:37 +0300
commitc6985d20bebc2469081f5cae77d17c51594dabf9 (patch)
treee23efd54d17044784c636ad526dfab2f731a755d /spaceship-prompt-git.install
parent4d18229828af92e529138f312ba3201cc2640233 (diff)
downloadaur-spaceship-prompt-git.tar.gz
fix package build and bump version
Diffstat (limited to 'spaceship-prompt-git.install')
-rw-r--r--spaceship-prompt-git.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/spaceship-prompt-git.install b/spaceship-prompt-git.install
index 7ac2ddd36cd7..73e1f43f066a 100644
--- a/spaceship-prompt-git.install
+++ b/spaceship-prompt-git.install
@@ -1,5 +1,4 @@
post_install() {
- echo "Add these lines to your .zshrc to enable spaceship:
- autoload -U promptinit; promptinit
- prompt spaceship"
+ echo "Add this line to your .zshrc to enable spaceship:
+ source /usr/lib/spaceship-prompt/spaceship.zsh"
}