diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-04-19 23:10:36 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-04-19 23:10:36 +0200 |
| commit | 75692cf01b38c123ebe7bd92ebf9277a9be35fbd (patch) | |
| tree | 50d54131503d95fae9f601f7f1bc8c5e335c029b /.bashrc | |
| parent | b1d42a5ce16d828a1b7e840b5574e50281b46cd6 (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
