From 3b177d8c95f70db8e27fd046711f480e81ea3fa7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 16 Apr 2023 17:06:22 -0500 Subject: uhhhh --- bash/functions.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/functions.bash') diff --git a/bash/functions.bash b/bash/functions.bash index 97f89b8..debea2c 100644 --- a/bash/functions.bash +++ b/bash/functions.bash @@ -81,7 +81,7 @@ f() { } words() { - grep "$1" /usr/share/dict/words + grep -E "$1" /usr/share/dict/words } if ! command -v dict >/dev/null 2>&1; then -- cgit 1.4.1-21-gabe81