This commit is contained in:
2019-06-12 13:18:41 -04:00
parent a82e9bd341
commit 6bd844931b
14 changed files with 92 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
function define
sdcv -u "dictd_www.dict.org_gcide" $argv[1] | bat
end

View File

@@ -0,0 +1,3 @@
function fzf-vim
fzf | xargs $EDITOR
end

View File

@@ -0,0 +1,3 @@
function thesaurus
sdcv -u "Moby Thesaurus II" $argv[1] | bat
end