summaryrefslogtreecommitdiff
path: root/shells.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-06-08 13:34:50 +0300
committerThanos Apollo <[email protected]>2023-06-08 13:34:50 +0300
commite348f607adcebfd172fbeea1bf17d14e2dd4f0a8 (patch)
tree2f897f99f2c712324d2b12846f079b041776bae0 /shells.org
parent08a13289e3d9e9e9b3d0cfb3775bf985cae8e981 (diff)
shells: Update path
Diffstat (limited to 'shells.org')
-rwxr-xr-xshells.org3
1 files changed, 1 insertions, 2 deletions
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