Add READNULLCMD command to template

This commit is contained in:
Anton Davydov 2015-12-08 00:35:42 +03:00
commit 3715477165

View file

@ -74,6 +74,9 @@ source $ZSH/oh-my-zsh.sh
# ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id"
# READNULLCMD is used whenever you have a null command reading input from a single file.
export READNULLCMD=less
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.