#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/ice ice () { local urls=$@ firefox $urls &> /dev/null & } ice-html () { local url=$(xo) ice $url } ice-pic () { local key=$@ ice "https://www.google.com/search?site=imghp&tbm=isch&source=hp&biw=1024&bih=656&q=$key" } alias icepick=ice-pic ice-log () { ice "https://dataswamp.org/~incal/blog" }