all repos — dotfiles @ a6f247f556076bad7b7ef1ea2ac859edf10c26fa

my *nix dotfiles

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
# Defined in - @ line 1
function m --wraps=nail --description 'alias m=nail'
  switch (uname)
    case OpenBSD
      nail  $argv;
	case Darwin
	  s-nail $argv;
  end
end