aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/%HOME%/.profile
blob: 0673f0d49a119b1431cb2e121dc35ed463389c43 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                         
 
                               
                               
                             
# This $LANG stuff I inherited from Cygwin, so I'm preserving it for now.
# Although it's broken on Ubuntu and such.
[ -z "${LANG+x}" ] \
    && LANG="$( locale --no-unicode --utf )" \
    && export LANG

[ -n "${BASH_VERSION+x}" ]    \
    && [ -r "$HOME/.bashrc" ] \
    && source "$HOME/.bashrc"