chore: updated orbiter commands bbb1fde0
Steve · 2025-08-21 09:59 1 file(s) · +7 −2
nushell/config.nu +7 −2
928 928
}
929 929
930 930
def orbiter-personal [] {
931 -
  orbiter auth --key (op read "op://Personal/orbiter-api-key/credential")
931 +
  gum spin --spinner dot --spinner.foreground="2" --title "Updating..."  -- orbiter auth --key (op read "op://Personal/orbiter-api-key/credential")
932 +
  let check = (gum style --foreground="2" "✓ ");
933 +
  gum join $check "Orbiter key set to personal!"
934 +
932 935
}
933 936
934 937
def orbiter-account [] {
935 -
  orbiter auth --key (op read "op://Personal/orbiter-account-api-key/credential")
938 +
  gum spin --spinner dot --spinner.foreground="2" --title "Updating..."  -- orbiter auth --key (op read "op://Personal/orbiter-account-api-key/credential")
939 +
  let check = (gum style --foreground="2" "✓ ");
940 +
  gum join $check "Orbiter key set to Orbiter account!"
936 941
}
937 942
938 943
# Custom git init with .gitignore template