projects
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AltSwitcher is still not so satisfactory
[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 $@