Mercurial > ec-dotfiles
comparison rc/bash @ 320:e59a766d5fa3
Revert to original BSD ls colorscheme since it's better suited for solarized.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Sun, 18 Mar 2012 11:38:57 +0700 |
| parents | e15c84ae856d |
| children | b27e43878127 |
comparison
equal
deleted
inserted
replaced
| 319:3a0bd37d37c0 | 320:e59a766d5fa3 |
|---|---|
| 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="exfxcxdxbxegedabagacad" |
| 29 export LS_COLORS= | 29 export LS_COLORS= |
| 30 export BLOCKSIZE=1K | 30 export BLOCKSIZE=1K |
| 31 export BLOCK_SIZE=si | 31 export BLOCK_SIZE=si |
| 32 | 32 |
| 33 alias ls="ls -F" | 33 alias ls="ls -F" |
