forked from missytake/team-bot
pyinfra: fix paths
This commit is contained in:
parent
e8d5a31f0a
commit
1ea9125763
|
@ -1,7 +0,0 @@
|
|||
export XDG_RUNTIME_DIR="/run/user/$UID"
|
||||
export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm if it exists
|
||||
[ -s "$HOME/.cargo/env" ] && . "$HOME/.cargo/env" # This loads the cargo environment if it exists
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
|
Loading…
Reference in a new issue