Mercurial > ec-dotfiles
changeset 316:4f6a3bcbdec0
Gattai!
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 18 Mar 2012 11:34:47 +0700 |
parents | c6ad8279b076 (current diff) dd2ddddf00d5 (diff) |
children | 64e2702d40ae |
files | rc/bash |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bash Sun Mar 18 11:33:25 2012 +0700 +++ b/rc/bash Sun Mar 18 11:34:47 2012 +0700 @@ -17,12 +17,12 @@ export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" shopt -s histappend -PROMPT_COMMAND="history -a" +PROMPT_COMMAND="history -a; history -n" export HISTFILESIZE=10000 export HISTCONTROL=ignoredups -export PAGER=more -export EDITOR=vi +export PAGER="more" +export EDITOR="vi" export LANG="en_US.UTF-8" export CLICOLOR= export LSCOLORS=ExGxFxdxCxegedabagExEx