[system] feat: source rust envvar
This commit is contained in:
parent
6547dfe599
commit
9660285d8d
@ -3,6 +3,7 @@
|
|||||||
# This file is sourced when launching a DM from startx/xinit
|
# This file is sourced when launching a DM from startx/xinit
|
||||||
# path
|
# path
|
||||||
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
|
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
|
||||||
|
source "$XDG_DATA_HOME/cargo/env"
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
## custom paths
|
## custom paths
|
||||||
|
Reference in New Issue
Block a user