mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 09:03:37 +08:00
4 lines
129 B
Fish
4 lines
129 B
Fish
function __fish_is_token_n --description 'Test if current token is on Nth place' --argument-names n
|
|
fish_is_nth_token $n
|
|
end
|