dotfiles/config/fish/functions/adg.fish

10 lines
290 B
Fish
Raw Normal View History

2017-02-03 20:01:15 +00:00
function adg
vf activate addgene-core
2017-02-06 16:23:43 +00:00
if test -d ~/code/github/addgene/addgene-core
cd ~/code/github/addgene/addgene-core
end
if test -d ~/AddgeneProjects/addgene-core
cd ~/AddgeneProjects/addgene-core
end
2017-02-03 20:01:15 +00:00
end