X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=lib%2Flogin_functions.sh;h=bb158462e6079d567c01e425466b756db325ab45;hb=801dd7bda03b54584f3606de15b0897c77e787af;hp=c67de2e59e6f88bebe7accac1c6007fbcca73142;hpb=64ec9f23047545432f759e543184b4271e3aad22;p=khome.git diff --git a/lib/login_functions.sh b/lib/login_functions.sh index c67de2e..bb15846 100644 --- 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 $@ +}