Add ws function: web search
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 11 Jan 2022 17:34:43 +0000 (12:34 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 11 Jan 2022 17:34:43 +0000 (12:34 -0500)
home/lib/login_functions.sh

index 59989af..ae4e98e 100644 (file)
@@ -1,5 +1,10 @@
 #
 
+## ws: web search
+ws() {
+    firefox --search "$*"
+}
+
 d() {
     local -r word=$(fzf < /usr/share/dict/words)
     dict "$word"
This page took 0.019224 seconds and 4 git commands to generate.