From 7d2142aa809193fd7ae080a242a1de5256f010da Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 1 May 2023 17:32:00 +0300 Subject: remove secondary files --- .shells/exports.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .shells/exports.sh (limited to '.shells/exports.sh') diff --git a/.shells/exports.sh b/.shells/exports.sh deleted file mode 100644 index 0febcb1..0000000 --- a/.shells/exports.sh +++ /dev/null @@ -1,18 +0,0 @@ -# Export 'SHELL' to child processes. Programs such as 'screen' -# honor it and otherwise use /bin/sh. -export SHELL -export PATH -export EDITOR="emacsclient" -export QT_QPA_PLATFORMTHEME="qt5ct" - - -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 -- cgit v1.2.3