1
0
Fork 0

Added info for setup files

pull/980/head
Lance Helsten 9 years ago
parent dca5fd3e6d
commit ad2b71d00e

@ -4,12 +4,28 @@
# Do not define alias, functions, options, etc. # Do not define alias, functions, options, etc.
# Set terminal type # Set terminal type
# Execute external commands (fortune, msgs, etc) # Execute external commands (fortune, msgs, etc)
#
# $ZDOTDIR/.zshenv # +--------------------+-------+-------+--------+
# $ZDOTDIR/.zprofile # | | Inter | Inter | Script |
# $ZDOTDIR/.zshrc # | | Login | | |
# $ZDOTDIR/.zlogin # +====================+=======+=======+========+
# # | /etc/zshenv | A | A | A |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshenv | B | B | B |
# +--------------------+-------+-------+--------+
# | /etc/zprofile | C | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zprofile | D | | |
# +--------------------+-------+-------+--------+
# | /etc/zshrc | E | C | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshrc | F | D | |
# +--------------------+-------+-------+--------+
# | /etc/zlogin | G | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
# Execute code that does not affect the current session in the background. # Execute code that does not affect the current session in the background.
{ {

@ -3,10 +3,26 @@
# Do not set environment variables # Do not set environment variables
# Do not define alias, functions, options, etc. # Do not define alias, functions, options, etc.
# #
# $ZDOTDIR/.zshenv # +--------------------+-------+-------+--------+
# $ZDOTDIR/.zprofile # | | Inter | Inter | Script |
# $ZDOTDIR/.zshrc # | | Login | | |
# $ZDOTDIR/.zlogin # +====================+=======+=======+========+
# | /etc/zshenv | A | A | A |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshenv | B | B | B |
# +--------------------+-------+-------+--------+
# | /etc/zprofile | C | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zprofile | D | | |
# +--------------------+-------+-------+--------+
# | /etc/zshrc | E | C | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshrc | F | D | |
# +--------------------+-------+-------+--------+
# | /etc/zlogin | G | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
# Browser # Browser
case `/usr/bin/uname -s` in case `/usr/bin/uname -s` in

@ -4,10 +4,26 @@
# Do not produce output # Do not produce output
# Do not assume tty # Do not assume tty
# #
# $ZDOTDIR/.zshenv # +--------------------+-------+-------+--------+
# $ZDOTDIR/.zprofile # | | Inter | Inter | Script |
# $ZDOTDIR/.zshrc # | | Login | | |
# $ZDOTDIR/.zlogin # +====================+=======+=======+========+
# | /etc/zshenv | A | A | A |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshenv | B | B | B |
# +--------------------+-------+-------+--------+
# | /etc/zprofile | C | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zprofile | D | | |
# +--------------------+-------+-------+--------+
# | /etc/zshrc | E | C | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshrc | F | D | |
# +--------------------+-------+-------+--------+
# | /etc/zlogin | G | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8

@ -2,10 +2,26 @@
# Set up aliases, functions, options, key bindings, etc. # Set up aliases, functions, options, key bindings, etc.
# Do not produce output # Do not produce output
# #
# $ZDOTDIR/.zshenv # +--------------------+-------+-------+--------+
# $ZDOTDIR/.zprofile # | | Inter | Inter | Script |
# $ZDOTDIR/.zshrc # | | Login | | |
# $ZDOTDIR/.zlogin # +====================+=======+=======+========+
# | /etc/zshenv | A | A | A |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshenv | B | B | B |
# +--------------------+-------+-------+--------+
# | /etc/zprofile | C | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zprofile | D | | |
# +--------------------+-------+-------+--------+
# | /etc/zshrc | E | C | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zshrc | F | D | |
# +--------------------+-------+-------+--------+
# | /etc/zlogin | G | | |
# +--------------------+-------+-------+--------+
# | $ZDOTDIR/.zlogin | H | | |
# +--------------------+-------+-------+--------+
# #
# http://zsh.sourceforge.net # http://zsh.sourceforge.net

Loading…
Cancel
Save