summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 56653da..e993f54 100644
--- a/.bashrc
+++ b/.bashrc
@@ -126,7 +126,8 @@ export -f ty
ty8() { go1.18.3 test -v -short ./interp; }
export -f ty8
-ws() (cd ~/Wiki && git status --short)
+# ws() (cd ~/Wiki && git status --short)
+ws() { open -a safari "https://lite.duckduckgo.com/lite?q=$*"; }
export -f ws
wsd() (cd ~/Wiki && git add . && git diff --cached)