From 37154771656f1dcc36f6d18bb62d7203424c6155 Mon Sep 17 00:00:00 2001 From: Anton Davydov Date: Tue, 8 Dec 2015 00:35:42 +0300 Subject: [PATCH] Add READNULLCMD command to template --- templates/zshrc.zsh-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 44e8b0d1b..62c5bc422 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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.