From 12343122558bdac2ed607bd593a19ce639e8aadc Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 16 Apr 2026 08:47:49 +0100 Subject: Forgot to to turn off export all at end of .kshrc --- .kshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kshrc b/.kshrc index 8434b36..adbee02 100644 --- a/.kshrc +++ b/.kshrc @@ -115,4 +115,6 @@ set -A complete_config -- add commit diff push status set -A complete_rcctl_1 -- disable enable get ls order set restart start stop set -A complete_rcctl_2 -- $(rcctl ls all) +# Turn off export all +set +o allexport -- cgit v1.2.3