Browse Source

.bashrc: translated nxterm into xterm

master
Alejandro Mery 16 years ago
parent
commit
063637c13c
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .bashrc

+ 8
- 0
.bashrc

@ -44,6 +44,14 @@ if [ -n "$PS1" ]; then
# support resize, please
shopt -s checkwinsize
# standarise $TERM
case "$TERM" in
nxterm)
export TERM=xterm ;;
*)
echo "$TERM: Unknown TERM value." ;;
esac
# get a nicer $PS1
[ -s $HOME/.bash/prompt.in ] && . $HOME/.bash/prompt.in

Loading…
Cancel
Save