From b5f8d86eb3d1df3e7204f3fed6d952960c0d9bf5 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 23 Oct 2011 10:49:08 +0300 Subject: [PATCH] zshrc & README: Remove notices in README and add warning to zshrc. Notices in README file had old line numberings anyway. --- README | 9 --------- zshrc | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/README b/README index ff41e293..c7e6d0d5 100644 --- a/README +++ b/README @@ -13,15 +13,6 @@ chmod +x ./uninstall.sh WARNING! DO NOT USE INSTALL.SH TO UPDATE OR YOU WILL LOSE AUTOMATIC BACKUP, WHICH WAS TAKEN WHEN YOU RAN INSTALLATION SCRIPT. -Notices: -zshrc: I have uncommented line 42. -zshenv: The default editor is nano (line 4). -zshenv: The default timezone is Europe/Helsinki, line 15. You probably want to change it. -zshrc: autocd is disabled (commented in near end of zshrc REASON: It doesn't seem to work with Mac OS X, and I have one MacBook running it here.. -zshrc: Lines 123-125 expect you to have tmux installed. -zshenv: Line 11 makes C as locale. You MUST change this. See line 10 for information about how. -zshrc: if you have read every notice, comment line 1 in your ~/.zshrc . - DISCLAIMER: Author of this git repository is not responsible for any data loss or any other harms, which might be because of these files. diff --git a/zshrc b/zshrc index 1beb369e..1474f5d1 100644 --- a/zshrc +++ b/zshrc @@ -1,4 +1,4 @@ -echo "Please see the README file." +echo "Do not apply any config files without reading them first! Comment line 1 in .zshrc . And by the way, you shouldn't have ever seen this message in zsh." # This is based on zshrc which came with Debian (Third option in wizard for new users.)