fish: functions: Add an alias to coqtop
Wrap coqtop in rlwrap and create an alias for that.
This commit is contained in:
parent
0f51ccdf6b
commit
e3d3e8b986
1 changed files with 3 additions and 0 deletions
3
fish/.config/fish/functions/coqtop.fish
Normal file
3
fish/.config/fish/functions/coqtop.fish
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function coqtop
|
||||||
|
rlwrap coqtop $argv
|
||||||
|
end
|
Loading…
Reference in a new issue