@@ -1,5 +1,4 @@
-#TODO: path must be install location
-. "$HOME"/git/recall/rc/.shrc
+. "$RECALL_PREFIX"/rc/.shrc
insert_with_delay() {
perl -le 'require "sys/ioctl.ph";
@@ -1,6 +1,5 @@
-#TODO: path must be the install dir
-alias capture="$HOME/git/recall/capture.sh"
-alias recall="$HOME/git/recall/recall.sh"
+alias capture="$RECALL_PREFIX/capture.sh"
+alias recall="$RECALL_PREFIX/recall.sh"
+ (){
capture "$@"
-. "$HOME"/git/recall/rc/.shrc # all posix shells
zle-line-init() if [[ $CONTEXT = start ]] LBUFFER=$zle_prefix$LBUFFER
zle -N zle-line-init