2019-2020/config.fish

18 lines
213 B
Fish
Raw Permalink Normal View History

2020-05-05 07:53:14 +00:00
#!/bin/bash
set -x ROOT (pwd)
set -x TEXINPUTS ".:$ROOT/tools/style//::"
function goroot
cd $ROOT
end
function doublea5
sh ../Shombos/doublea5.sh
end
# activate virtual env
. venv/bin/activate.fish