Add usage comments to scripts

This commit is contained in:
2017-11-30 09:49:08 +00:00
parent 470281595f
commit 82a29ae54b
5 changed files with 12 additions and 0 deletions

4
zshenv
View File

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