# HG changeset patch # User Edho Prima Arief # Date 1318770526 -25200 # Node ID abc5c2edb96713524142d53cb6e6858032047edd # Parent 25edf1880db3f40fe9d44fd0da122d9220413080# Parent fd8dbd4bb758d174bcf9dbe80549b9662276673f Merge. diff -r 25edf1880db3 -r abc5c2edb967 bash --- a/bash Sun Oct 16 19:56:58 2011 +0700 +++ b/bash Sun Oct 16 20:08:46 2011 +0700 @@ -8,6 +8,11 @@ PS1='[\u@\h \W]\$ ' #PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ ' +shopt -s histappend +PROMPT_COMMAND='history -a' +export HISTFILESIZE=10000 +export HISTCONTROL=ignoredups + export PAGER="less -Rins" export EDITOR=vi export LANG="en_US.UTF-8" @@ -44,7 +49,8 @@ ;; FreeBSD) _has_rm_I=y - CLICOLOR= + export CLICOLOR= + export LSCOLORS=ExGxFxdxCxegedabagExEx ;; OpenBSD) if command -v colorls > /dev/null 2>&1; then