zshrc & README: Remove notices in README and add warning to zshrc.

Notices in README file had old line numberings anyway.
This commit is contained in:
Mika Suomalainen 2011-10-23 10:49:08 +03:00
parent a7c674e03e
commit b5f8d86eb3
2 changed files with 1 additions and 10 deletions

9
README
View File

@ -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 WARNING! DO NOT USE INSTALL.SH TO UPDATE OR YOU WILL LOSE AUTOMATIC BACKUP, WHICH WAS TAKEN WHEN
YOU RAN INSTALLATION SCRIPT. 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: DISCLAIMER:
Author of this git repository is not responsible for any data loss or any other harms, which might be Author of this git repository is not responsible for any data loss or any other harms, which might be
because of these files. because of these files.

2
zshrc
View File

@ -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.) # This is based on zshrc which came with Debian (Third option in wizard for new users.)