Add FOSSIL_USER env variable
This commit is contained in:
parent
01cf37d204
commit
1849a8d63f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ export DOTNET_NOLOGO=1
|
|||
export DOTNET_ROOT="$HOME/.dotnet" # https://aka.ms/dotnet/download
|
||||
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
|
||||
export ENV="$HOME/.shrc"
|
||||
export FOSSIL_USER=${USER:-${LOGNAME:-${USERNAME}}}
|
||||
export GOTELEMETRY=off
|
||||
export HISTCONTROL=ignorespace:ignoredups
|
||||
export PAGER=less
|
||||
|
|
Loading…
Reference in a new issue