all repos — dotfiles @ 02039c4a01b6ac679ee21f80322b8c4a2b06df65

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