summarylogtreecommitdiffstats
path: root/zim.install
diff options
context:
space:
mode:
authorMatt Hamilton2016-02-06 15:43:23 -0500
committerMatt Hamilton2016-02-06 15:43:23 -0500
commitadd0769c30a32c0a17915e24463b3c536c300651 (patch)
tree4051e2fd9f11d9457f13495a8b7606f3166b7f8a /zim.install
parenta7baf9b8dfe3e4f65833dcee49db088e57b2c483 (diff)
downloadaur-add0769c30a32c0a17915e24463b3c536c300651.tar.gz
s/Prezto/Zim
Diffstat (limited to 'zim.install')
-rw-r--r--zim.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/zim.install b/zim.install
index 626d374e20e5..b350bcd9678a 100644
--- a/zim.install
+++ b/zim.install
@@ -7,7 +7,7 @@ post_install() {
echo "To change that, edit /etc/zsh/zshrc file."
echo "Global settings reside in the /etc/zsh/ directory."
echo "To personalize Zsh and zim, edit your local ~/.zshrc and ~/.zimrc files."
- echo "A user can also have a custom, overriding Prezto installation in ~/.zim/"
+ echo "A user can also have a custom, overriding Zim installation in ~/.zim/"
echo
}
@@ -25,4 +25,4 @@ compile_scripts() {
remove_compiled_scripts() {
find /usr/lib/zim -name "*.zwc" | xargs rm -f
-} \ No newline at end of file
+}