From d2802607429dc1ced0c34a0133aef5aa031ae512 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 29 Jul 2009 23:49:16 +0000 Subject: [PATCH] Add export to our default profile to ignore duplicate history entries. Fixes enhancement #4156. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31953 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/etc/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/data/etc/profile b/data/etc/profile index a509320e04..1251dec5fb 100644 --- a/data/etc/profile +++ b/data/etc/profile @@ -7,6 +7,7 @@ echo -e "\nWelcome to the Haiku shell.\n" export PS1="\w> " export HISTFILESIZE=50 +export HISTCONTROL=ignoredups alias ls="ls --color" alias ll="ls -lA"