changeset 498:257ad2cfb965

No need to export HIST* options.
author edogawaconan <me@myconan.net>
date Mon, 23 Dec 2013 17:12:10 +0900
parents ffef7605f833
children 3979f3a55d0a
files rc/bashrc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Mon Dec 23 16:21:24 2013 +0900
+++ b/rc/bashrc	Mon Dec 23 17:12:10 2013 +0900
@@ -53,9 +53,9 @@
 unalias -a
 
 shopt -s histappend
-export HISTFILESIZE=100000
-export HISTCONTROL=ignoreboth:erasedups
-export HISTSIZE=10000
+HISTFILESIZE=10000
+HISTCONTROL=ignoreboth:erasedups
+HISTSIZE=10000
 hsync() {
   printf "%s" "Synchronizing history..."
   history -a