From 76c5e94098fd2039e9794c76e594633c6bb8801c Mon Sep 17 00:00:00 2001 From: Danny O'Brien Date: Wed, 13 Dec 2023 00:48:09 -0800 Subject: [PATCH] src: completist deactivation --- bin/activate-all | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/activate-all b/bin/activate-all index 6ce2f91..d94c695 100755 --- a/bin/activate-all +++ b/bin/activate-all @@ -38,7 +38,11 @@ cd() { # Almanack utilities - a-pass() { - PASSWORD_STORE_DIR=$ALMANACK_ROOT/secrets/ pass $* +PASSWORD_STORE_DIR=$ALMANACK_ROOT/secrets/ pass $* +} + +a-deactivate() { +deactivate +unset -f cd }