.bashrc.d/20nobeep: Add missing ~/ prefix to one .mozilla path
[dotfiles-public.git] / src / .bashrc.d / 20screen
1 if test "${OS}" = ubuntu
2 then
3         # adjust for Ubuntu not recognizing screen.* terms
4         if test "${TERM:0:7}" == "screen." ]
5         then
6             export TERM="${TERM:7}"
7         fi
8 fi