Skip to content

Commit

Permalink
source before using
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Nov 16, 2023
1 parent 77ed683 commit 04bfd47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bootstrap-workstation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions lib/shell/setup/initial_bitwarden_sync.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion workstation.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04bfd47

Please sign in to comment.