You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
more precisely - it doesn't work if it is the last option in the aliased command, witness:
$ alias short='ls --group-directories-first -hlA'
$ alias long='ls -hlA --group-directories-first'
$ complete -F _complete_alias short
$ complete -F _complete_alias long
short ~/.bashr<Tab> completes, while long ~/.bashr<Tab> doesn't
The text was updated successfully, but these errors were encountered: