diff options
author | Thanos Apollo <[email protected]> | 2023-06-08 13:34:50 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-08 13:34:50 +0300 |
commit | e348f607adcebfd172fbeea1bf17d14e2dd4f0a8 (patch) | |
tree | 2f897f99f2c712324d2b12846f079b041776bae0 /shells.org | |
parent | 08a13289e3d9e9e9b3d0cfb3775bf985cae8e981 (diff) |
shells: Update path
Diffstat (limited to 'shells.org')
-rwxr-xr-x | shells.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |