Set default name insteaed of untitled
This commit is contained in:
parent
121b39e854
commit
728aa8f7fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user