all repos — dotfiles @ ca626894ecd234fe4a759ac8ffbe05becbed1c00

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