From 833515fa053c912c3509ec2bb02b5fec18ef6db1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 15 Feb 2023 03:32:17 +0200 Subject: shells: Add node_modules to path --- shells.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shells.org') 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 -- cgit v1.2.3