all repos — dotfiles @ 4b4ed3c815afc4922f3e3d971d46fd6ec1c9fbaf

my *nix dotfiles

config/fish/functions/o.fish (view raw)

1# Defined in - @ line 1
2function o --wraps=xdg-open --description 'alias o=xdg-open'
3  xdg-open  $argv;
4end