Mercurial > ec-dotfiles
changeset 311:dd2ddddf00d5
Merge.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 07 Mar 2012 14:17:51 +0700 |
parents | 108e05eb9b5c (diff) 4b7b95cb6e09 (current diff) |
children | 110d50856dde 4f6a3bcbdec0 |
files | bin/moefetch.sh rc/bash |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bash Wed Mar 07 19:14:40 2012 +0700 +++ b/rc/bash Wed Mar 07 14:17:51 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