Skip to content

Commit

Permalink
Add PUID and PGID
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Aug 29, 2024
1 parent 1f5feeb commit 8d9bb41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/dot-exports
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ path+=($HOME/.local/bin $HOME/.npm-global/bin $HOME/.rvm/bin $path)
export PATH
export ROS_DOMAIN_ID="3"
export GPG_TTY=$(tty)

# for docker .env file
export PUID=$(id -u)
export PGID=$(id -g)

0 comments on commit 8d9bb41

Please sign in to comment.