--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/doc_alias.sh Thu Dec 01 23:07:35 2022 +0200 @@ -0,0 +1,5 @@ +# source this file. use cargo rustdoc or cargo d --no-deps no build the documentation. +echo 'Creating cargo-d alias' +alias cargo-d='RUSTDOCFLAGS="--html-in-header misc/katex-header.html" BROWSER=/Applications/Firefox.app/Contents/MacOS/firefox-bin cargo d --no-deps' + + \ No newline at end of file