From f369dac588891134b39f5cec44056fb70f955996 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 8 Apr 2023 02:48:12 -0600 Subject: [PATCH] Put .local/bin at top of PATH --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index aab3a76..0daf755 100644 --- a/.bashrc +++ b/.bashrc @@ -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