summaryrefslogtreecommitdiff
path: root/.shells/exports.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shells/exports.sh')
-rw-r--r--.shells/exports.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/.shells/exports.sh b/.shells/exports.sh
index 1f9ec32..442c54f 100644
--- a/.shells/exports.sh
+++ b/.shells/exports.sh
@@ -1,8 +1,9 @@
# 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