summaryrefslogtreecommitdiff
path: root/over/etc/profile.d/terminal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'over/etc/profile.d/terminal.sh')
-rw-r--r--over/etc/profile.d/terminal.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/over/etc/profile.d/terminal.sh b/over/etc/profile.d/terminal.sh
deleted file mode 100644
index df0ca9546..000000000
--- a/over/etc/profile.d/terminal.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ $TERM = network || -z $TERM ]]; then
- export TERM=linux
-fi