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/zshenv b/zshenv index 739ff421..26f48d96 100644 --- a/zshenv +++ b/zshenv @@ -8,8 +8,7 @@ export EDITOR=nano # Fixes locale problems (for example) when SSHing in with different locale. (Another example: Hailo plugin for supybot gives locale errors, this fixes it.) # Replace "C" with your locale. You can get list of locales by running "locale -a". Replace "C" with your language. For example: fi_FI.utf8 ) -LC_ALL=C -export LC_ALL +export LC_ALL=C # Sets your timezone. Set in format , or just timezone like UTC. #export TZ="/usr/share/zoneinfo/Europe/Helsinki" 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.)