From 862eb90b7b2bd2ec2ccce13dd0a15479f0fed2d6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 1 May 2025 18:00:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-05-01 18:00:05 --- .config/fish/functions/mkdoc.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/fish/functions/mkdoc.fish b/.config/fish/functions/mkdoc.fish index a460cd25..dc52727f 100644 --- a/.config/fish/functions/mkdoc.fish +++ b/.config/fish/functions/mkdoc.fish @@ -1,6 +1,5 @@ function mkdoc --argument-names input --argument-names output set -f dir ~/Documents - echo "$dir/$output" - echo cp $input "$dir/$output" + echo Copied $input to "$dir/$output" cp $input "$dir/$output" end