diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2015-12-07 00:38:39 -0500 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2015-12-07 00:38:39 -0500 |
commit | e2fc5e9435bbf064484f02f327edf7c704acec8b (patch) | |
tree | ed3e018f2574c9dc54a1591a7b78e65574b4a97d /.config/bash | |
parent | ee2bc4b2d622b29870574a511cdbd6d7674c272d (diff) |
SunOS stuff
Diffstat (limited to '.config/bash')
-rw-r--r-- | .config/bash/rc.d/01_sun_terminal.sh | 4 |
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 |