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
1 changed files with 3 additions and 0 deletions

View File

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