summaryrefslogtreecommitdiff
path: root/docker/etc/profile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/etc/profile')
-rw-r--r--docker/etc/profile14
1 files changed, 0 insertions, 14 deletions
diff --git a/docker/etc/profile b/docker/etc/profile
deleted file mode 100644
index c9afc479..00000000
--- a/docker/etc/profile
+++ /dev/null
@@ -1,14 +0,0 @@
-umask 022
-
-export ENV=/etc/kshrc
-export PATH=/bin
-export MANPATH=/share/man
-export PERP_BASE=/etc/perp
-export PAGER=less
-export EDITOR=vis
-export PS1='\$ '
-export XDG_RUNTIME_DIR=/tmp
-
-if [ -n "$SSH_CONNECTION" ] ; then
- PS1=$(hostname)$PS1
-fi