aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/%HOME%/.profile
blob: 43c0e8106308ee574f9c3f1ace3ad6e4f2e57da0 (plain) (tree)
1
2
3
4
5
                                                    
 
                            
                               
                             
LANG="$( locale --no-unicode --utf )" && export LANG

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