Add usage comments to scripts
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user