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:
parent
65e04b057d
commit
d280260742
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user