summaryrefslogblamecommitdiffstats
path: root/fish/functions/def.fish
blob: dce83943d5fb1b6cb4c2eddbbfcd20f047d39545 (plain) (tree)
1
2
3


                                                                                                           
function def --description 'Search up words on the command line using the power of Google!' --argument word
    lynx "https://www.google.com/search?q=define+$word"
end