diff --git a/shells/zshrc b/shells/zshrc index 244f0ad..6d93798 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -178,7 +178,7 @@ mv() { /bin/mv -v "$@" } m() { mv "$@" } compdef _cp c cfat m mv cp paste() { - NAME="" + NAME="-d title=Command run at $(date '+%d/%h/%y %H:%M:%S')" if [[ ! -z "$1" ]]; then NAME="-d title=$1" fi