Merge remote-tracking branch 'origin/master'

This commit is contained in:
Mika Suomalainen 2011-10-25 07:46:35 +03:00
commit 2b960c9647
3 changed files with 2 additions and 12 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.

3
zshenv
View File

@ -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.) # 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 ) # 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=C
export LC_ALL
# Sets your timezone. Set in format <Region/City>, or just timezone like UTC. # Sets your timezone. Set in format <Region/City>, or just timezone like UTC.
#export TZ="/usr/share/zoneinfo/Europe/Helsinki" #export TZ="/usr/share/zoneinfo/Europe/Helsinki"

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.)