;; $XYZZY/bin に入ってるものを環境変数に追加
(in-package "editor")
(setq *bin-path* (merge-pathnames "bin" (si:system-root)))
(in-package "user")
(setq *bin-path* (merge-pathnames "bin" (si:system-root)))
(si:putenv  (concat "PATH=" (map-slash-to-backslash *bin-path*) ";" (si:getenv "PATH")));
