make config for fish

This commit is contained in:
Bertrand Benjamin 2019-03-18 08:40:28 +01:00
parent 51eaf953b0
commit c57b06639a
1 changed files with 17 additions and 0 deletions

17
config.fish Executable file
View File

@ -0,0 +1,17 @@
#!/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
source venv/bin/activate.fish