From 75692cf01b38c123ebe7bd92ebf9277a9be35fbd Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 19 Apr 2024 23:10:36 +0200 Subject: update --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bashrc') 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) -- cgit v1.2.3