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, 3 insertions, 0 deletions
diff --git a/over/etc/profile.d/terminal.sh b/over/etc/profile.d/terminal.sh
new file mode 100644
index 000000000..df0ca9546
--- /dev/null
+++ b/over/etc/profile.d/terminal.sh
@@ -0,0 +1,3 @@
+if [[ $TERM = network || -z $TERM ]]; then
+ export TERM=linux
+fi