diff options
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 |
