summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells.org b/shells.org
index 95857de..9cd6950 100644
--- a/shells.org
+++ b/shells.org
@@ -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