all repos — dotfiles @ a1473167a4f0d7628a0a6127c9029ad5187bcc43

my *nix dotfiles

darwin/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