.profile: Remove urxvt-related cruft
This commit is contained in:
parent
c6fed0fb33
commit
aebffc9770
5
.profile
5
.profile
@ -64,11 +64,6 @@ fi
|
|||||||
|
|
||||||
alias waitwhat='echo $?'
|
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
|
# Set up a default PS1
|
||||||
# This *should* work for all terminals. I know it works on ksh
|
# This *should* work for all terminals. I know it works on ksh
|
||||||
_ps1() {
|
_ps1() {
|
||||||
|
Loading…
Reference in New Issue
Block a user