|
|
@ -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.
|
|
|
|
{
|
|
|
|
{
|
|
|
|