all repos — nixfiles @ 3736f460a7900592c2aeba53843688a831b06a2d

System and user configuration, managed by nix and home-manager

user/settings/fish/functions/field.fish (view raw)

1
2
3
function field
    awk "{ print \$$argv[1]}"
end