daily autocommit

This commit is contained in:
2022-11-25 17:52:14 +01:00
parent 8093a1e46a
commit 105e16eec4
23 changed files with 1071 additions and 777 deletions
+3 -2
View File
@@ -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
}