summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-04-20 15:51:20 -0500
committerzachir <zachir@librem.one>2023-04-20 15:51:20 -0500
commit0535ace55b73046787fb1972539279cdea9341ed (patch)
tree31c000aede474e939236ee6736201d203a4ad3ab
parentfb145f114789d85250f735a23ba3d10d1d37d8cf (diff)
unset more vars in bm that might mess stuff up
-rwxr-xr-xbm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm b/bm
index 9b30355..73e5ba8 100755
--- a/bm
+++ b/bm
@@ -39,7 +39,7 @@ echo "$LIST" | grep -q "org.qutebrowser.qutebrowser" && \
#}}}
#{{{ getopts
-unset ARG
+unset ARG BSC BRA FDC FFC LWC QBC CLIPB URL
while getopts "hbBcrflqxwd:u:" o; do case "${o}" in
b) BSC="y" ;;
B) BRA="y" ;;