Mercurial > ec-dotfiles
comparison rc/bashrc @ 368:f26bc3818bf8
Added additional path for pkgsrc (NetBSD/DragonFly).
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Thu, 14 Jun 2012 11:20:30 +0700 |
| parents | 37e422bb903b |
| children | ad07799cf765 |
comparison
equal
deleted
inserted
replaced
| 367:37e422bb903b | 368:f26bc3818bf8 |
|---|---|
| 13 | 13 |
| 14 [ -f "${HOME}/.ecos_bash.before" ] && . "${HOME}/.ecos_bash.before" | 14 [ -f "${HOME}/.ecos_bash.before" ] && . "${HOME}/.ecos_bash.before" |
| 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 # OpenJDK in pkgsrc | |
| 19 PATH="${PATH}:/usr/pkg/java/openjdk7/bin" | |
| 18 | 20 |
| 19 shopt -s histappend | 21 shopt -s histappend |
| 20 PROMPT_COMMAND="history -a; history -n" | 22 PROMPT_COMMAND="history -a; history -n" |
| 21 export HISTFILESIZE=10000 | 23 export HISTFILESIZE=10000 |
| 22 export HISTCONTROL=ignoredups | 24 export HISTCONTROL=ignoredups |
