diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-03 18:59:50 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-07-03 20:49:50 +0300 |
| commit | 42bafb4ab90d414633a56aee00f1676de532ba20 (patch) | |
| tree | 56d5d27a58ea0ff34112a621bd9729245590a57c /operators | |
| parent | 70339834fe90513e80c6f060626a32de352e6f14 (diff) | |
units: Merge ib_authconfig and ib_config
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'operators')
| -rw-r--r-- | operators/command_authorize.zsh | 1 | ||||
| -rw-r--r-- | operators/url_parser.zsh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/operators/command_authorize.zsh b/operators/command_authorize.zsh index a8be540..41c8ecd 100644 --- a/operators/command_authorize.zsh +++ b/operators/command_authorize.zsh @@ -6,7 +6,6 @@ if [[ -n "${1}" ]] then ib_board="${1}" source "${units}/ib_config.zsh" - source "${units}/ib_authconfig.zsh" if [[ -z "${ib_auth}" ]] then diff --git a/operators/url_parser.zsh b/operators/url_parser.zsh index f18542a..1ee4d0d 100644 --- a/operators/url_parser.zsh +++ b/operators/url_parser.zsh @@ -40,7 +40,6 @@ then fi source "${units}/ib_config.zsh" -source "${units}/ib_authconfig.zsh" if [[ ${#ib_post_id} -gt 32 ]] then |
