Add usage comments to scripts
This commit is contained in:
parent
470281595f
commit
82a29ae54b
2
zlogin
2
zlogin
@ -0,0 +1,2 @@
|
||||
# .zlogin [3] Used for executing user's commands at ending of initial progress,
|
||||
# will be sourced when starting as a login shell.
|
2
zprofile
2
zprofile
@ -0,0 +1,2 @@
|
||||
# .zprofile [1] Used for executing user's commands at start, will be sourced
|
||||
# when starting as a login shell.
|
4
zshenv
4
zshenv
@ -1,3 +1,7 @@
|
||||
# .zshenv [0] Used for setting user's environment variables; it should not
|
||||
# contain commands that produce output or assume the shell is attached to a
|
||||
# tty. This file will always be sourced.
|
||||
|
||||
# Enable saving command history to file
|
||||
HISTFILE=$HOME/.histfile
|
||||
HISTSIZE=5000
|
||||
|
Loading…
x
Reference in New Issue
Block a user