Automatically get UID but manually set DGID
This commit is contained in:
parent
cf8e29f6a1
commit
df692a7195
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ export MAILCHECK=1
|
|||
export GOPATH=$HOME/workspace/gospace
|
||||
export FONTCONFIG_PATH=/etc/fonts
|
||||
|
||||
#export UID=1000
|
||||
#export GID=1001
|
||||
#export UID=$(id -u)
|
||||
#export DGID=1001
|
||||
|
||||
export PATH=$PATH:~/.local/bin:~/bin:
|
||||
#export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||
|
|
Loading…
Reference in a new issue