From 45fad8817dbb6b1cd2ab96b754a0d21c421a2f20 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 1 Feb 2023 10:43:23 +0200 Subject: Re-Add .shells --- .shells/exports.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .shells/exports.sh (limited to '.shells/exports.sh') diff --git a/.shells/exports.sh b/.shells/exports.sh new file mode 100644 index 0000000..cda78fd --- /dev/null +++ b/.shells/exports.sh @@ -0,0 +1,15 @@ +# Export 'SHELL' to child processes. Programs such as 'screen' +# honor it and otherwise use /bin/sh. +export SHELL +export PATH="$PATH:~/.local/share/flatpak/exports/bin/" + +if [[ $- != *i* ]] +then + # We are being invoked from a non-interactive shell. If this + # is an SSH session (as in "ssh host command"), source + # /etc/profile so we get PATH and other essential variables. + [[ -n "$SSH_CLIENT" ]] && source /etc/profile + + # Don't do anything else. + return +fi \ No newline at end of file -- cgit v1.2.3