Skip to content

Commit 142c166

Browse files
committed
profile: History stuffs.
1 parent 0bd88a4 commit 142c166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

profile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ if [ $EUID -eq 0 ] ; then
4747
fi
4848

4949
# Setup some environment variables.
50-
export HISTSIZE=1000
51-
export HISTIGNORE="&:[bf]g:exit"
50+
export HISTFILESIZE=4096
5251

5352
# Timezone variable $TZ, Wine and stuff alike need it.
5453
export TZ="$(readlink /etc/localtime | sed 's/^\.\.//g' | sed "s/\/usr\/share\/zoneinfo\///")"

0 commit comments

Comments
 (0)