summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-04-19 23:10:36 +0200
committerMarc Vertes <mvertes@free.fr>2024-04-19 23:10:36 +0200
commit75692cf01b38c123ebe7bd92ebf9277a9be35fbd (patch)
tree50d54131503d95fae9f601f7f1bc8c5e335c029b /.bashrc
parentb1d42a5ce16d828a1b7e840b5574e50281b46cd6 (diff)
update
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)