diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index af42e5b9f..600a23303 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -75,6 +75,9 @@ source $ZSH/oh-my-zsh.sh # ssh # export SSH_KEY_PATH="~/.ssh/rsa_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.