mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 14:42:37 +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() {
|
usage() {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
||||||
@@ -41,7 +43,7 @@ args=()
|
|||||||
addresses=()
|
addresses=()
|
||||||
|
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
if [[ $1 =~ ^-a ]] || [[ $1 =~ ^--acitve-workspace ]]; then
|
if [[ $1 =~ ^-a ]] || [[ $1 =~ ^--active-workspace ]]; then
|
||||||
active_workspace_flag="1"
|
active_workspace_flag="1"
|
||||||
elif [[ $1 =~ ^--all ]]; then
|
elif [[ $1 =~ ^--all ]]; then
|
||||||
all_flag="1"
|
all_flag="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user