Commit c78ce176 authored by pxgamer's avatar pxgamer

Fix indentation style of omf.packages.new.fish

parent 652d5e34
......@@ -23,7 +23,7 @@ function __omf.packages.new.from_template -a path github user name
echo (basename "$file")
end
end)
set -l year (date +%Y)
set -l year (date +%Y)
sed "s/{{USER_NAME}}/$user/;s/{{GITHUB_USER}}/$github/;s/{{NAME}}/$name/;s/{{YEAR}}/$year/" \
$file > $target
echo (omf::em)" create "(omf::off)" "(begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment