From e348f607adcebfd172fbeea1bf17d14e2dd4f0a8 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 8 Jun 2023 13:34:50 +0300 Subject: shells: Update path --- shells.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shells.org') diff --git a/shells.org b/shells.org index f9c1891..c1e884d 100755 --- a/shells.org +++ b/shells.org @@ -55,11 +55,10 @@ # honor it and otherwise use /bin/sh. export SHELL export PATH - + export PATH=/home/$USER/.local/bin:$PATH export EDITOR="emacsclient" export GIT_EDITOR="emacsclient" - if [[ $- != *i* ]] then # We are being invoked from a non-interactive shell. If this -- cgit v1.2.3