[system] cleanup: export PATH in the right place

This commit is contained in:
David JULIEN 2022-12-26 19:07:58 +01:00
parent a9cb5afdca
commit 4419ce90b1

View File

@ -1,10 +1,11 @@
#!/bin/zsh
# 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
## path
export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH"
## custom paths
export DOTFILES="$HOME/.dotfiles.git"
export LATEX_RESOURCES="$HOME/documents/latex"