]> git.pld-linux.org Git - packages/bash.git/blobdiff - bashrc
- release 2
[packages/bash.git] / bashrc
diff --git a/bashrc b/bashrc
index 5526e8f8060e966ff3cd410626be4593aa9369d1..5ef300fb445ea311b3f75044796ac68387864520 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -13,7 +13,7 @@ fi
 
 # If this is an xterm set the title to user@host:dir
 case $TERM in
-       gnome|nxterm|xterm*|rxvt*)
+       gnome*|nxterm|xterm*|rxvt*|konsole*)
                PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
                ;;
        *)
@@ -21,7 +21,6 @@ case $TERM in
 esac
 PS1="[\u@\h \W]\\$ "
 
-alias grep="grep --colour=auto"
 alias which="type -p"
 
 # SYSTEM WIDE ALIASES ETC.
This page took 0.029418 seconds and 4 git commands to generate.