From 2dca9f9e605f2e3cbbfe8fe39fdc5bbb1b5be476 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 15 Jun 2021 21:46:45 -0400 Subject: [PATCH] ash: update PATH exports --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.2