diff options
-rw-r--r-- | shells.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -63,9 +63,10 @@ #+begin_src shell :tangle .shells/exports.sh # Export 'SHELL' to child processes. Programs such as 'screen' # honor it and otherwise use /bin/sh. - + path+=('~/node_modules/.bin') export SHELL - export PATH="$PATH:~/.local/share/flatpak/exports/bin/" + export PATH + if [[ $- != *i* ]] then |