home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f9c89
)
Add ws function: web search
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 11 Jan 2022 17:34:43 +0000
(12:34 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 11 Jan 2022 17:34:43 +0000
(12:34 -0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
59989af
..
ae4e98e
100644
(file)
--- 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"
This page took
0.034433 seconds
and
4
git commands to generate.