summaryrefslogtreecommitdiff
path: root/.config/bash/rc.d/01_sun_terminal.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/bash/rc.d/01_sun_terminal.sh')
-rw-r--r--.config/bash/rc.d/01_sun_terminal.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/bash/rc.d/01_sun_terminal.sh b/.config/bash/rc.d/01_sun_terminal.sh
new file mode 100644
index 0000000..f8c8726
--- /dev/null
+++ b/.config/bash/rc.d/01_sun_terminal.sh
@@ -0,0 +1,4 @@
+#!/hint/bash
+if [[ "$(uname)" = SunOS ]] && [[ "$TERM" = *color* ]]; then
+ export TERM=sun-color
+fi