Mercurial > ec-dotfiles
comparison rc/bash @ 316:4f6a3bcbdec0
Gattai!
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 18 Mar 2012 11:34:47 +0700 |
parents | 30ccb356a94a dd2ddddf00d5 |
children | 64e2702d40ae |
comparison
equal
deleted
inserted
replaced
315:c6ad8279b076 | 316:4f6a3bcbdec0 |
---|---|
15 | 15 |
16 _org_path="${PATH}" | 16 _org_path="${PATH}" |
17 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" | 17 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" |
18 | 18 |
19 shopt -s histappend | 19 shopt -s histappend |
20 PROMPT_COMMAND="history -a" | 20 PROMPT_COMMAND="history -a; history -n" |
21 export HISTFILESIZE=10000 | 21 export HISTFILESIZE=10000 |
22 export HISTCONTROL=ignoredups | 22 export HISTCONTROL=ignoredups |
23 | 23 |
24 export PAGER=more | 24 export PAGER="more" |
25 export EDITOR=vi | 25 export EDITOR="vi" |
26 export LANG="en_US.UTF-8" | 26 export LANG="en_US.UTF-8" |
27 export CLICOLOR= | 27 export CLICOLOR= |
28 export LSCOLORS=ExGxFxdxCxegedabagExEx | 28 export LSCOLORS=ExGxFxdxCxegedabagExEx |
29 export LS_COLORS= | 29 export LS_COLORS= |
30 export BLOCKSIZE=1K | 30 export BLOCKSIZE=1K |