From 15aaa1f63390428b1ba904929b48699a97398a04 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 15 Feb 2023 03:33:40 +0200 Subject: shells: update path --- .shells/exports.sh | 5 +++-- 1 file 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 -- cgit v1.2.3