From 7ebde8ea2c1fbb9abd9e88c6ec793c7dcc68c516 Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 22 Feb 2023 12:25:51 +0100 Subject: [PATCH] (minor) export disable-shell-passthrough fixes #21 --- src/packages.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages.lisp b/src/packages.lisp index 408b7b1..d671447 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -3,6 +3,7 @@ (uiop:define-package ciel (:use :cl) (:export #:enable-shell-passthrough + #:disable-shell-passthrough #:-->)) (uiop:define-package ciel-user