From 728aa8f7fa100e7efeb63ec1587340cf64414d15 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 26 May 2016 18:58:40 -0400 Subject: [PATCH] Set default name insteaed of untitled --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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