summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Galazyn2022-01-18 12:30:51 +0100
committerMateusz Galazyn2022-01-18 12:30:51 +0100
commite759991b4be7cd96bdfc195238490ef0bed33249 (patch)
treeb49864a011e7c5d4743fe051ecd24df10b555407
parentf3abbcd0c9dafda1f92e4e70acf78df095622e1a (diff)
downloadaur-e759991b4be7cd96bdfc195238490ef0bed33249.tar.gz
1.7.0 fix - typo in after-install message
-rw-r--r--zim.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/zim.install b/zim.install
index 3f59358b6830..1a48e94fd302 100644
--- a/zim.install
+++ b/zim.install
@@ -13,7 +13,7 @@ post_install() {
echo
echo " NOTE: Zim errors are suppressed, so if you're experiencing any issues"
echo " with Zim, remove &>/dev/null from /etc/zsh/zshrc"
- echo " NOTE: /etc/zsh/zprofile is not needed by this package anymore and can be removed"
+ echo " NOTE: /etc/zsh/zlogin is not needed by this package anymore and can be removed"
echo
}