fix: custom-browserprofiles

This commit is contained in:
2026-06-08 22:20:24 +02:00
parent abf652e21b
commit e3089e1d59
+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:")