home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64ec9f2
)
Add hump function for launching OCaml REPL with ledit
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 10 Mar 2019 02:07:14 +0000
(21:07 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 10 Mar 2019 02:07:14 +0000
(21:07 -0500)
lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_functions.sh
b/lib/login_functions.sh
index
c67de2e
..
bb15846
100644
(file)
--- a/
lib/login_functions.sh
+++ b/
lib/login_functions.sh
@@
-36,3
+36,7
@@
man() {
experiment() {
cd "$($HOME/bin/experiment $@)"
}
+
+hump() {
+ ledit -l $(stty size | awk '{print $2}') ocaml $@
+}
This page took
0.017759 seconds
and
4
git commands to generate.