Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
blob: 056d9dbf05849e5bfc42b84609cc2ba8f6a404f1 (plain) (blame)
1
2
3
4
5
6
LANG="$( locale --no-unicode --utf )"
export LANG

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