fish: functions: Add an alias to coqtop

Wrap coqtop in rlwrap and create an alias for that.
This commit is contained in:
Sanchayan Maity 2022-01-07 20:39:57 +05:30
parent 0f51ccdf6b
commit e3d3e8b986

View file

@ -0,0 +1,3 @@
function coqtop
rlwrap coqtop $argv
end