Add fuzzy dict search function
[khome.git] / home / lib / login_functions.sh
index 47942df..163c09e 100644 (file)
@@ -1,3 +1,10 @@
+#
+
+d() {
+    local -r word=$(fzf < /usr/share/dict/words)
+    dict "$word"
+}
+
 # Top Disk-Using directories
 # TODO: Consider using numfmt instead of awk
 tdu() {
This page took 0.026728 seconds and 4 git commands to generate.