Mercurial > ec-dotfiles
comparison bash @ 112:abc5c2edb967
Merge.
author | Edho Prima Arief <edho@myconan.net> |
---|---|
date | Sun, 16 Oct 2011 20:08:46 +0700 |
parents | 25edf1880db3 fd8dbd4bb758 |
children | 548cf46e9cb4 |
comparison
equal
deleted
inserted
replaced
110:25edf1880db3 | 112:abc5c2edb967 |
---|---|
5 _org_path="${PATH}" | 5 _org_path="${PATH}" |
6 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" | 6 export PATH="${HOME}/.ecos_bin:${HOME}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" |
7 | 7 |
8 PS1='[\u@\h \W]\$ ' | 8 PS1='[\u@\h \W]\$ ' |
9 #PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ ' | 9 #PS1='[\[\e[0;33m\]\u\[\e[0m\]@\[\e[0;32m\]\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0m\]]\$ ' |
10 | |
11 shopt -s histappend | |
12 PROMPT_COMMAND='history -a' | |
13 export HISTFILESIZE=10000 | |
14 export HISTCONTROL=ignoredups | |
10 | 15 |
11 export PAGER="less -Rins" | 16 export PAGER="less -Rins" |
12 export EDITOR=vi | 17 export EDITOR=vi |
13 export LANG="en_US.UTF-8" | 18 export LANG="en_US.UTF-8" |
14 unset LS_COLORS | 19 unset LS_COLORS |
42 alias ping="ping -s" | 47 alias ping="ping -s" |
43 alias ping6="ping -A inet6" | 48 alias ping6="ping -A inet6" |
44 ;; | 49 ;; |
45 FreeBSD) | 50 FreeBSD) |
46 _has_rm_I=y | 51 _has_rm_I=y |
47 CLICOLOR= | 52 export CLICOLOR= |
53 export LSCOLORS=ExGxFxdxCxegedabagExEx | |
48 ;; | 54 ;; |
49 OpenBSD) | 55 OpenBSD) |
50 if command -v colorls > /dev/null 2>&1; then | 56 if command -v colorls > /dev/null 2>&1; then |
51 export CLICOLOR= | 57 export CLICOLOR= |
52 alias ls='colorls -F' | 58 alias ls='colorls -F' |