diff options
author | Thanos Apollo <[email protected]> | 2023-05-01 17:32:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-01 17:32:00 +0300 |
commit | 7d2142aa809193fd7ae080a242a1de5256f010da (patch) | |
tree | ac2b0d4c196a74feca6216db4b359872d5a09205 /.shells/exports.sh | |
parent | dc2517226527686168683ee184e09a1a0accb1e6 (diff) |
remove secondary files
Diffstat (limited to '.shells/exports.sh')
-rw-r--r-- | .shells/exports.sh | 18 |
1 files changed, 0 insertions, 18 deletions
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 |