From: Siraaj Khandkar Date: Tue, 11 Jan 2022 17:34:43 +0000 (-0500) Subject: Add ws function: web search X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=8c2bec63e30d5b2c6acaea08df7b19b5a7a15375 Add ws function: web search --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 59989af..ae4e98e 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -1,5 +1,10 @@ # +## ws: web search +ws() { + firefox --search "$*" +} + d() { local -r word=$(fzf < /usr/share/dict/words) dict "$word"