From 56ce353bb5739d5a35423753c0f5bbf9a4baf5de Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 26 Jan 2014 18:19:02 +0100 Subject: [PATCH] MD --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da086dd..c0b5b08 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,10 @@ CONFIGURATION EXPLANATION * increase the size of history: -`` +```Shell export HISTFILESIZE=10000 export HISTSIZE=${HISTFILESIZE} -`` +``` Variables defined above increase the number of history items and history file size (default value is 500).