all repos — dotfiles @ 098a241f1a8b08ed0618c161bbd9ae87362c6c95

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