summaryrefslogtreecommitdiff
path: root/over/etc/profile.d
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2009-08-09 08:32:44 +0000
committerJay Freeman <saurik@saurik.com>2009-08-09 08:32:44 +0000
commit5143477f38846d1a2a2c2f994d5613f80a638fbf (patch)
tree0948bb814e89267edc710c057604e812703af7d1 /over/etc/profile.d
parente09f6113af289b687f1e7b1aff99c5e816bb46dc (diff)
I long ago moved these files into packages somewhere.
git-svn-id: http://svn.telesphoreo.org/trunk@651 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'over/etc/profile.d')
-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