From 45c35ca1a68b6e6a0183a48782480e74e8bc2a3c Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 20 Sep 2022 22:52:39 -0700 Subject: [PATCH] Fix unmatched quote --- zsh/.config/zsh/conf.d/00-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/conf.d/00-aliases.zsh b/zsh/.config/zsh/conf.d/00-aliases.zsh index fe6c643..f9197bc 100644 --- a/zsh/.config/zsh/conf.d/00-aliases.zsh +++ b/zsh/.config/zsh/conf.d/00-aliases.zsh @@ -152,6 +152,6 @@ stow-config () { } getwifipassword() { - security find-generic-password -ga "$1" | rg "password + security find-generic-password -ga "$1" | rg "password" }