[system] cleanup: export PATH in the right place
This commit is contained in:
parent
a9cb5afdca
commit
4419ce90b1
@ -1,10 +1,11 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
# This file is sourced when launching a DM from startx/xinit
|
# 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"
|
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
|
## path
|
||||||
|
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
|
||||||
|
|
||||||
## custom paths
|
## custom paths
|
||||||
export DOTFILES="$HOME/.dotfiles.git"
|
export DOTFILES="$HOME/.dotfiles.git"
|
||||||
export LATEX_RESOURCES="$HOME/documents/latex"
|
export LATEX_RESOURCES="$HOME/documents/latex"
|
||||||
|
Reference in New Issue
Block a user