From: Armaan Bhojwani Date: Wed, 16 Jun 2021 01:46:45 +0000 (-0400) Subject: ash: update PATH exports X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=2dca9f9e605f2e3cbbfe8fe39fdc5bbb1b5be476 ash: update PATH exports --- diff --git a/config.org b/config.org index 28016d4..7c92622 100644 --- a/config.org +++ b/config.org @@ -951,9 +951,9 @@ Use the vi editing mode. I still haven't found a good way to show visual feedbac export LESSHISTFILE=/dev/null - export PATH="/home/armaa/.local/bin:$PATH" # prioritize .local/bin - export PATH="/home/armaa/src/bin:$PATH" # prioritize my bin - export PATH="//home/armaa/src/bin/bin:$PATH" # prioritize my bins + export PATH="/home/armaa/src/bin:$PATH" + export PATH="/home/armaa/src/bin/bin:$PATH" + export PATH="/home/armaa/.local/bin:$PATH" export PATH="$PATH:/usr/sbin" export LC_ALL="en_US.UTF-8"