add opt built path

This commit is contained in:
_N3m0 2024-03-21 21:09:42 +01:00
parent 3108750709
commit 7c782f640c
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -37,6 +37,7 @@ export PATH="$DEV_OPT_PATH/script.download/:$PATH"
export PATH="$DEV_OPT_PATH/built/:$PATH"
export PATH="$DEV_OPT_PATH/bin/:$PATH"
export PATH="$OPT_PATH/bin/:$PATH"
export PATH="$OPT_PATH/built/:$PATH"
export PATH="/usr/sbin:$PATH"
export PATH="/opt/dmenu_path:$PATH"