2018-2019/config.fish

18 lines
214 B
Fish
Raw Normal View History

2019-03-18 07:40:28 +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
2019-03-18 07:40:28 +00:00