comparison rc/bash @ 307:81bfcb3015bd

Reset LS_COLORS by default.
author Edho Arief <edho@myconan.net>
date Sun, 19 Feb 2012 06:27:32 +0000
parents 7251d4f5e5c9
children 59543eaa818f
comparison
equal deleted inserted replaced
306:3e8dfad7cacc 307:81bfcb3015bd
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 30
30 alias ls="ls -F" 31 alias ls="ls -F"
31 alias rm="rm -i" 32 alias rm="rm -i"
32 alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5" 33 alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5"
33 34