It is very easy to change CLisp\'s current working directory:
>cat ~/.clisprc.lisp ;;; The following lines added by ql:add-to-init-file: #-quicklisp
Now i use rlwrap to run SBCL and solves this problem
$"cat ~/bin/sb" breakchars="(){}[],^%$#@\"\";:''|\\" cd /media/E/www/qachina/db/doc/money/ exec rlwrap --remember -c -b "$breakchars" -f "$HOME"/.sbcl_completions sbcl "$@"
then run sb.
sb