]> Sergey Matveev's repositories - dotfiles.git/blob - eb/bin/eb
No on-data caches
[dotfiles.git] / eb / bin / eb
1 #!/bin/sh
2
3 LANG=en_US.UTF-8 INPUTRC=~/.inputrc-eb book=~/.lynx_bookmarks.html \
4     exec rlwrap \
5     --history-filename /tmp/.eb_history \
6     --substitute-prompt "> " \
7     --prompt-colour=red \
8     --complete-filenames \
9     edbrowse $@