diff --git a/.config/fish/functions/mkdoc.fish b/.config/fish/functions/mkdoc.fish new file mode 100644 index 00000000..a460cd25 --- /dev/null +++ b/.config/fish/functions/mkdoc.fish @@ -0,0 +1,6 @@ +function mkdoc --argument-names input --argument-names output + set -f dir ~/Documents + echo "$dir/$output" + echo cp $input "$dir/$output" + cp $input "$dir/$output" +end