Put .local/bin at top of PATH

This commit is contained in:
Logan G 2023-04-08 02:48:12 -06:00
parent 7bf77d09f6
commit f369dac588
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -24,7 +24,7 @@ alias gpudrivers='lspci -nnk | grep -i VGA -A2'
export EDITOR=nvim
export VISUAL=nvim
export PATH=$PATH:~/.local/bin
export PATH=~/.local/bin:$PATH
export HISTSIZE=10000
export HISTFILESIZE=20000
export QT_QPA_PLATFORMTHEME=qt5ct