Add ws function: web search
[khome.git] / 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.027193 seconds and 4 git commands to generate.