.profile: Remove urxvt-related cruft

This commit is contained in:
Salt 2018-08-21 18:40:06 -05:00
parent c6fed0fb33
commit aebffc9770

View File

@ -64,11 +64,6 @@ fi
alias waitwhat='echo $?'
# urxvt isn't a very well-known terminal
if [ "$TERM" = "rxvt-unicode-256color" ]; then
export TERM=xterm-256color
fi
# Set up a default PS1
# This *should* work for all terminals. I know it works on ksh
_ps1() {