Mercurial > ec-dotfiles
comparison rc/bash @ 308:59543eaa818f
Merge.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 20 Feb 2012 13:15:35 +0000 |
parents | 73981a7539dd 81bfcb3015bd |
children | 592605e4d3bb |
comparison
equal
deleted
inserted
replaced
304:73981a7539dd | 308:59543eaa818f |
---|---|
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 |