[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
|
||||
# path
|
||||
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
|
||||
source "$XDG_DATA_HOME/cargo/env"
|
||||
|
||||
# environment variables
|
||||
## custom paths
|
||||
|
Reference in New Issue
Block a user