daily autocommit
This commit is contained in:
+3
-2
@@ -25,7 +25,7 @@ fi
|
||||
# If this is an xterm set the title to user@host:dir
|
||||
#case "$TERM" in
|
||||
#xterm*|rxvt*)
|
||||
# PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
|
||||
# PROMPT_COMMAND='echo -ne "]0;${USER}@${HOSTNAME}: ${PWD}"'
|
||||
# ;;
|
||||
#*)
|
||||
# ;;
|
||||
@@ -51,7 +51,8 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no
|
||||
/usr/share/command-not-found/command-not-found -- "$1"
|
||||
return $?
|
||||
else
|
||||
printf "%s: command not found\n" "$1" >&2
|
||||
printf "%s: command not found
|
||||
" "$1" >&2
|
||||
return 127
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user