summaryrefslogtreecommitdiff
path: root/.shells/exports
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-01 10:43:03 +0200
committerThanos Apollo <[email protected]>2023-02-01 10:43:03 +0200
commitffb9af908e25ab2f757025d47502bf5b5f9506bf (patch)
tree19cb52c0a3e5fc1d44750a567312f6d61d0360a5 /.shells/exports
parenta2ae42add06845834cff532c1adfb3376d9c9a9b (diff)
scripts: remove old
Diffstat (limited to '.shells/exports')
-rw-r--r--.shells/exports15
1 files changed, 0 insertions, 15 deletions
diff --git a/.shells/exports b/.shells/exports
deleted file mode 100644
index cda78fd..0000000
--- a/.shells/exports
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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