From 04bfd475ece8f45bf104828c6e7dc7d97d4a9dc0 Mon Sep 17 00:00:00 2001 From: Joel McCracken Date: Thu, 16 Nov 2023 00:25:56 -0500 Subject: [PATCH] source before using --- bootstrap-workstation.sh | 2 ++ lib/shell/setup/initial_bitwarden_sync.sh | 2 ++ workstation.org | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bootstrap-workstation.sh b/bootstrap-workstation.sh index 8fefbe4e..08a3c3a1 100755 --- a/bootstrap-workstation.sh +++ b/bootstrap-workstation.sh @@ -281,6 +281,8 @@ function install_nix_darwin() { # install_nix_darwin_function ends here # [[file:workstation.org::initial_bitwarden_sync_function][initial_bitwarden_sync_function]] +source ~/workstation/lib/shell/funcs.sh + # The initial BitWarden Sync process. Requires wshs/bww executable to # be built and available. This could all be more robust # extracting it is theoretically useful as it provides a mechanism for diff --git a/lib/shell/setup/initial_bitwarden_sync.sh b/lib/shell/setup/initial_bitwarden_sync.sh index 4562249e..97611dce 100755 --- a/lib/shell/setup/initial_bitwarden_sync.sh +++ b/lib/shell/setup/initial_bitwarden_sync.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash # [[file:../../../workstation.org::*Initial Bitwarden Sync][Initial Bitwarden Sync:2]] +source ~/workstation/lib/shell/funcs.sh + # The initial BitWarden Sync process. Requires wshs/bww executable to # be built and available. This could all be more robust # extracting it is theoretically useful as it provides a mechanism for diff --git a/workstation.org b/workstation.org index 3af3640a..a90f4333 100644 --- a/workstation.org +++ b/workstation.org @@ -733,9 +733,10 @@ install_home_manager #+end_src *** Initial Bitwarden Sync - #+name: initial_bitwarden_sync_function #+begin_src shell +source ~/workstation/lib/shell/funcs.sh + # The initial BitWarden Sync process. Requires wshs/bww executable to # be built and available. This could all be more robust # extracting it is theoretically useful as it provides a mechanism for