fish-shell/share/functions/__fish_is_token_n.fish

4 lines
129 B
Fish
Raw Normal View History

function __fish_is_token_n --description 'Test if current token is on Nth place' --argument-names n
fish_is_nth_token $n
end