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
This commit is contained in:
Michael Lotz 2009-07-29 23:49:16 +00:00
parent 65e04b057d
commit d280260742
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ echo -e "\nWelcome to the Haiku shell.\n"
export PS1="\w> " export PS1="\w> "
export HISTFILESIZE=50 export HISTFILESIZE=50
export HISTCONTROL=ignoredups
alias ls="ls --color" alias ls="ls --color"
alias ll="ls -lA" alias ll="ls -lA"