mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
fix: Fixes typo in active-workspace flag for close-windows script
This commit is contained in:
4
env/.local/scripts/close-windows
vendored
4
env/.local/scripts/close-windows
vendored
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
usage() {
|
||||
cat <<EOF
|
||||
|
||||
@@ -41,7 +43,7 @@ args=()
|
||||
addresses=()
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
if [[ $1 =~ ^-a ]] || [[ $1 =~ ^--acitve-workspace ]]; then
|
||||
if [[ $1 =~ ^-a ]] || [[ $1 =~ ^--active-workspace ]]; then
|
||||
active_workspace_flag="1"
|
||||
elif [[ $1 =~ ^--all ]]; then
|
||||
all_flag="1"
|
||||
|
||||
Reference in New Issue
Block a user