diff --git a/functions/dict.fish b/functions/dict.fish new file mode 100644 index 0000000..7f8e2b2 --- /dev/null +++ b/functions/dict.fish @@ -0,0 +1,3 @@ +function dict --description 'curl dict.org for given argument' + command curl dict://dict.org/d:$argv[1] +end