From 7a1004b72b8bc738cad56abc212a82cddd1caad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 17 Aug 2021 16:22:54 -0500 Subject: change location export HISTCONTROL --- hyperterm/tools/export.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hyperterm/tools') diff --git a/hyperterm/tools/export.sh b/hyperterm/tools/export.sh index 0d6f69a..787bac5 100644 --- a/hyperterm/tools/export.sh +++ b/hyperterm/tools/export.sh @@ -1,6 +1,5 @@ #!/bin/bash export HISTSIZE=10000 -export HISTFILESIZE=${HISTSIZE} -export HISTCONTROL=ignoreboth +export HISTCONTROL=ignoreboth:erasedups export JAVA_FONTS=/usr/share/fonts/TTF -- cgit v1.2.3