diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-21 07:33:53 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-21 07:33:53 +0530 |
commit | 25de9c8cc87e26d5d7688e6d2faf1b4bb1c936e3 (patch) | |
tree | 815704fb866920d1cdece8e1cfc3133d4f8f2903 /tessen | |
parent | 85d46d56f35555d83c1d5bedf6c8e1ab9a42a1ef (diff) |
style: declare _TSN_OTP explicitly
Diffstat (limited to 'tessen')
-rwxr-xr-x | tessen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ set +x declare _PASS_BACKEND _DMENU_BACKEND _TSN_ACTION _TSN_CONFIG declare -a _DMENU_BACKEND_OPTS _TMP_TOFI_OPTS _TMP_ROFI_OPTS _TMP_WOFI_OPTS declare -a _TMP_FUZZEL_OPTS _TMP_YOFI_OPTS -declare _TSN_USERKEY _TSN_URLKEY _TSN_AUTOKEY _TSN_WEB_BROWSER +declare _TSN_USERKEY _TSN_URLKEY _TSN_AUTOKEY _TSN_WEB_BROWSER _TSN_OTP declare -i _TSN_DELAY # show both actions, 'autotype' and 'copy', to choose from by default _TSN_ACTION="default" |