comparison bash @ 48:416f9d3e9ee8

[bash] Forgot the .bash.conf => .ecos_bash change.
author Edho Prima Arief <me@myconan.net>
date Wed, 27 Apr 2011 21:35:20 +0700
parents 1f1af28f36e9
children b924652e169d
comparison
equal deleted inserted replaced
47:684a22aeb675 48:416f9d3e9ee8
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 2
3 [ -n "${echo_bash}" ] && return 3 [ -n "${echo_bash}" ] && return
4 ecos_bash=y 4 ecos_bash=y
5 5
6 [ -f .bash.conf.before ] && . .bash.conf.before 6 [ -f .ecos_bash.before ] && . .ecos_bash.before
7 _has_rm_I= 7 _has_rm_I=
8 _has_gnu_ls= 8 _has_gnu_ls=
9 _has_bsd_ls= 9 _has_bsd_ls=
10 case "$(uname -s)" in 10 case "$(uname -s)" in
11 Linux) 11 Linux)
31 alias ls="ls -F --color=auto" 31 alias ls="ls -F --color=auto"
32 else 32 else
33 alias ls="ls -F" 33 alias ls="ls -F"
34 fi 34 fi
35 35
36 [ -f .bash.conf.after ] && . .bash.conf.after 36 [ -f .ecos_bash.after ] && . .ecos_bash.after