mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2b960c9647
9
README
9
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.
|
||||
|
3
zshenv
3
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 <Region/City>, or just timezone like UTC.
|
||||
#export TZ="/usr/share/zoneinfo/Europe/Helsinki"
|
||||
|
2
zshrc
2
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.)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user