fix: custom-browserprofiles

This commit is contained in:
2026-06-08 22:20:32 +02:00
parent fa54be1c2b
commit 32c9d85f99
+1 -1
View File
@@ -10,7 +10,7 @@ _: {
];
text = ''
# List of profiles
profiles=("work" "other" "private window" "tor-browser)
profiles=("work" "other" "private window" "tor-browser")
# Use fzf to select
selected=$(printf "%s\n" "''${profiles[@]}" | fzf --height 6 --reverse --prompt="Select browser profile:")