about summary refs log tree commit diff stats
path: root/bash/functions.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/functions.bash')
-rw-r--r--bash/functions.bash2
1 files changed, 1 insertions, 1 deletions
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() {
81} 81}
82 82
83words() { 83words() {
84 grep "$1" /usr/share/dict/words 84 grep -E "$1" /usr/share/dict/words
85} 85}
86 86
87if ! command -v dict >/dev/null 2>&1; then 87if ! command -v dict >/dev/null 2>&1; then